From 68911e76e6f0078ea2c499f25ed9bd47f60cc52d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 4 Jun 2009 09:37:46 +0000 Subject: Translations git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@340 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/editbookmark.tpl.php | 2 +- templates/top.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index 5a24cf4..8a08717 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -62,7 +62,7 @@ $this->includeTemplate("dojo.inc"); style="display:none"> - ← + ← diff --git a/templates/top.inc.php b/templates/top.inc.php index 0770c9c..4ff43f2 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -47,6 +47,9 @@ if(!isset($_GET['popup'])) { if (isset($subtitle)) { echo '

'. $subtitle ."

\n"; } +if(DEBUG_MODE) { + echo '

'. T_('Admins, your installation is in "Debug Mode" ($debugMode = true). To go in "Normal Mode" and hide debugging messages, change $debugMode to false into config.inc.php.') ."

\n"; +} if (isset($error) && $error!='') { echo '

'. $error ."

\n"; } -- cgit v1.2.3-54-g00ecf