aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-05-05 20:07:49 +0000
committernikrou <nikrou@piwigo.org>2006-05-05 20:07:49 +0000
commitc32f43f225b235b4f731f8854b5c7c6724c0bbab (patch)
tree9b0c93d2c27efd7a6cc82911a6229258caa93066 /include/common.inc.php
parentaafda98e9724cfad15826f0de23e9cdedda76a71 (diff)
html bug fixed: the sentence "mod adviser enabled" must be add in the page!
git-svn-id: http://piwigo.org/svn/trunk@1299 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/common.inc.php')
-rw-r--r--include/common.inc.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 8aeafb7bf..005297d25 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -208,19 +208,6 @@ include(
.'/themeconf.inc.php'
);
-if (is_adviser())
-{
- ob_start();// buffer output so that cookies work
- echo '
- <div class="titrePage">
- <h2>
- <div style="text-align:center;">'.$lang['adviser_mode_enabled'].'
- </div>
- </h2>
- </div>
- ';
-}
-
// template instance
$template = new Template(PHPWG_ROOT_PATH.'template/'.$user['template']);
?>