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
This commit is contained in:
nikrou
2006-05-05 20:07:49 +00:00
parent aafda98e97
commit c32f43f225
3 changed files with 13 additions and 13 deletions
+10
View File
@@ -52,6 +52,16 @@ $template->assign_vars(
'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled' : '')
));
if (is_adviser())
{
$template->assign_vars(
array(
'ADVISER_ENABLED' => $lang['adviser_mode_enabled']
)
);
}
// refresh
if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) and isset( $redirect_msg ) )
{