- Use a » character instead of >> for menu position.

This commit is contained in:
dave 2008-02-04 23:40:26 +00:00
parent 482f2e6d3a
commit fc4de718f0

View File

@ -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> &raquo; ';
}
echo i18n($title);
echo '</div>';