forked from science-ation/science-ation
- Use a » character instead of >> for menu position.
This commit is contained in:
parent
482f2e6d3a
commit
fc4de718f0
@ -578,7 +578,7 @@ echo "</ul>";
|
||||
if(is_array($nav)) {
|
||||
echo "<div id=\"mainwhere\">".i18n('You are here:').' ';
|
||||
foreach($nav as $t=>$l) {
|
||||
echo "<a href=\"{$config['SFIABDIRECTORY']}/$l\">".i18n($t).'</a> >> ';
|
||||
echo "<a href=\"{$config['SFIABDIRECTORY']}/$l\">".i18n($t).'</a> » ';
|
||||
}
|
||||
echo i18n($title);
|
||||
echo '</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user