diff --git a/common.inc.php b/common.inc.php index 0a95375..a159125 100644 --- a/common.inc.php +++ b/common.inc.php @@ -571,11 +571,11 @@ if(count($config['languages'])>1) You are here: "; + echo "
".i18n('You are here:').' '; foreach($nav as $t=>$l) { echo "".i18n($t).' >> '; } - echo $title; + echo i18n($title); echo '
'; } ?>