From 3479ab4e7ff4640c342ccfaf791831403560fcee Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 23 Nov 2007 20:56:59 +0000 Subject: [PATCH] - Add missing i18n() to the top bar --- common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '
'; } ?>