From b1c336f7bc3ba99145a7624efb7041664406bd8e Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 7 May 2006 22:59:14 +0000 Subject: Issue ID 0000371: o Sorry but reverse r1299/1300 Issue ID 0000356: o Add new html properties tags on adviser mode Merge BSF r1302:1303 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1304 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 005297d25..8aeafb7bf 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -208,6 +208,19 @@ include( .'/themeconf.inc.php' ); +if (is_adviser()) +{ + ob_start();// buffer output so that cookies work + echo ' +
+

+
'.$lang['adviser_mode_enabled'].' +
+

+
+ '; +} + // template instance $template = new Template(PHPWG_ROOT_PATH.'template/'.$user['template']); ?> -- cgit v1.2.3