diff options
author | plegall <plg@piwigo.org> | 2005-11-25 23:02:58 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-25 23:02:58 +0000 |
commit | 4d464d7f70e53ef13fa9f0b0c45642d7e7cd9a4c (patch) | |
tree | a2aed6f995e02ae077110625fec48f3767bca9b1 /admin.php | |
parent | 6fd6d2721bcd156c020e05fefc104bd397d3c14d (diff) |
- feature 195 added: Link to admin main page added in admin menu. This is
not a merge from BSF.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@957 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r-- | admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ $template->assign_vars( 'U_THUMBNAILS'=>add_session_id($link_start.'thumbnail' ), 'U_USERS'=>add_session_id($link_start.'user_list' ), 'U_GROUPS'=>add_session_id($link_start.'group_list' ), + 'U_ADMIN'=>add_session_id( PHPWG_ROOT_PATH.'admin.php' ), 'U_RETURN'=>add_session_id(PHPWG_ROOT_PATH.'category.php') ) ); |