Issue ID 0000371:

o Sorry but reverse r1299/1300

Issue ID 0000356:
  o Add new html properties tags on adviser mode



git-svn-id: http://piwigo.org/svn/trunk@1303 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-05-07 22:52:25 +00:00
parent b655577c08
commit 486aa9f4ad
3 changed files with 14 additions and 14 deletions
+13
View File
@@ -208,6 +208,19 @@ 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']);
?>