diff options
author | rub <rub@piwigo.org> | 2006-03-21 22:58:59 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-03-21 22:58:59 +0000 |
commit | 3609c224c74f50a9049524ebedc996ddd1187108 (patch) | |
tree | ae767f4294b4907f8cf3746cb18c70fdb91aa8c8 /admin.php | |
parent | e584310d3a51bcae7be00513a852ad43e22c585b (diff) |
[NBM] Step 3: Layout Model
o Rename mailtousers.php on notification_by_mail.php
o Deactivate temporary function on notification_by_mail.php
o First design layout, no function activated, it's only a model
git-svn-id: http://piwigo.org/svn/trunk@1091 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,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_NOTIFICATION_BY_MAIL'=> $link_start.'notification_by_mail', 'U_CONFIG_GENERAL'=> $conf_link.'general', 'U_CONFIG_COMMENTS'=> $conf_link.'comments', 'U_CONFIG_DISPLAY'=> $conf_link.'default', |