summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-06-04 09:37:46 +0000
committerGravatar mensonge2009-06-04 09:37:46 +0000
commit68911e76e6f0078ea2c499f25ed9bd47f60cc52d (patch)
treebb08967e698e02db76ef887a33ca8c5f4d7172af /templates/top.inc.php
parent12fdaddf6ae1d9c1ece8afffea6017709c742f18 (diff)
downloadscuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.tar.gz
scuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.zip
Translations
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@340 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php3
1 files changed, 3 insertions, 0 deletions
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 '<h2>'. $subtitle ."</h2>\n";
}
+if(DEBUG_MODE) {
+ echo '<p class="error">'. 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.') ."</p>\n";
+}
if (isset($error) && $error!='') {
echo '<p class="error">'. $error ."</p>\n";
}