Logo MCHB.

This commit is contained in:
Georges Dupéron 2010-09-22 23:20:44 +02:00
parent bcf9c91b1d
commit 29a850c97f
3 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,10 @@ class SiteIndex {
} }
$ret .= '</div>'; $ret .= '</div>';
$ret .= '<div class="logo-site">';
$ret .= '<img src="' . $chemin->get_url("logo.png") . '">';
$ret .= '</div>';
$ret .= '<div class="description-site">'; $ret .= '<div class="description-site">';
if (Permissions::vérifier_permission($chemin, "set_prop", Authentification::get_utilisateur())) { if (Permissions::vérifier_permission($chemin, "set_prop", Authentification::get_utilisateur())) {
$ret .= '<form class="nom_site infos" method="post" action="' . $chemin->get_url() . '">'; $ret .= '<form class="nom_site infos" method="post" action="' . $chemin->get_url() . '">';

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -121,6 +121,10 @@ h2 {
} }
} }
.logo-site {
text-align: center;
}
.galerie { .galerie {
&.infos { &.infos {
border-bottom: thick solid @demi; border-bottom: thick solid @demi;