diff options
author | nikrou <nikrou@piwigo.org> | 2006-05-05 20:09:51 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-05-05 20:09:51 +0000 |
commit | ef31203f4858210e7548f1f58d392c25ca4464b2 (patch) | |
tree | 18f0ee0b5fa153ee5ddef06e621882948733c9e3 /include/common.inc.php | |
parent | 8d4cda5620e2adf30a0cfef8f0380db6e8d72e7d (diff) |
html bug fixed: the sentence "mod adviser enabled" must be add in the page!
svn merge -r1298:1299 from trunk
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1300 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/common.inc.php')
-rw-r--r-- | include/common.inc.php | 13 |
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']); ?> |