diff options
author | rub <rub@piwigo.org> | 2006-02-20 23:47:01 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-02-20 23:47:01 +0000 |
commit | 2afff7c2266c55970e666bda1b02964dd97d8f71 (patch) | |
tree | 7a523caf088a7697a9dd3fe3c954da915cdfa84b /admin.php | |
parent | 16034a592a32d9a6a0af0ed04c27ad4cf28cd844 (diff) |
Step 3: Integration of new admin menu with the associated file (No interface, Only Message)
git-svn-id: http://piwigo.org/svn/trunk@1049 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ $template->assign_vars( 'U_FAQ'=> $link_start.'help', 'U_SITES'=> $link_start.'remote_site', 'U_MAINTENANCE'=> $link_start.'maintenance', + 'U_MAILTOUSERS'=> $link_start.'mailtousers', 'U_CONFIG_GENERAL'=> $conf_link.'general', 'U_CONFIG_COMMENTS'=> $conf_link.'comments', 'U_CONFIG_DISPLAY'=> $conf_link.'default', |