Erreur dans le menu pour le about

This commit is contained in:
Alan Garcia 2012-08-27 20:15:46 +00:00
parent e209998e7c
commit 08ade8182d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ foreach($file as $v) {
if ( file_exists($MENUPATH.$v)) include($MENUPATH.$v);
}
?>
<p class="center"><a href="about.php" target="_blank"><img src="logo2.png" border="0" alt="AlternC" title="<?php __("About"); ?>"/></a>
<p class="center"><a href="about.php"><img src="logo2.png" border="0" alt="AlternC" title="<?php __("About"); ?>"/></a>
<br />
<?php
echo "$L_VERSION";