diff options
author | rub <rub@piwigo.org> | 2008-03-01 22:02:40 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-01 22:02:40 +0000 |
commit | 1f271ceca3e74c7b077f8462086db020121e81c3 (patch) | |
tree | 3ec2ee8797d6eb82dfe3abe3a7d2c60e73da39cc /admin.php | |
parent | 352f097fc7aaa7ecdc4932d36351727f88f0e2db (diff) |
0000810: Use of new template engine [smarty]
New way for TAG_INPUT_ENABLED
git-svn-id: http://piwigo.org/svn/trunk@2239 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -94,9 +94,7 @@ $template->assign( 'U_GROUPS'=> $link_start.'group_list', 'U_PERMALINKS'=> $link_start.'permalinks', 'U_RETURN'=> make_index_url(), - 'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php', - 'TAG_INPUT_ENABLED' => - ((is_adviser()) ? 'disabled="disabled" onclick="return false;"' : ''), + 'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php' ) ); if ($conf['ws_access_control']) // Do we need to display ws_checker |