Skip to content

Commit

Permalink
fix header in public faq
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jul 27, 2015
1 parent f1d82b0 commit af60b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/html.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,8 @@ static function simpleHeader($title, $links=array()) {

// Main Headline
echo "<div id='header'>";
echo "<div id='header_top'>";

echo "<div id='c_logo'>";
echo "<a href='".$CFG_GLPI["root_doc"]."/' accesskey='1' title=\"".__s('Home')."\">".
"<span class='invisible'>Logo</span></a></div>";
Expand All @@ -1908,6 +1910,8 @@ static function simpleHeader($title, $links=array()) {
echo "<div class='sep'></div>";
echo "</div>";

echo "</div>"; // end #header_top

//-- Le menu principal --
echo "<div id='c_menu'>";
echo "<ul id='menu'>";
Expand Down

0 comments on commit af60b89

Please sign in to comment.