feature 3001: new link "add photos" on album edition page. Patch by msakik

git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2013-11-19 20:19:36 +00:00
parent 995b1b3376
commit e32da625e7
3 changed files with 43 additions and 8 deletions
+1
View File
@@ -231,6 +231,7 @@ $template->assign(
)
),
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&album='.$category['id'],
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_modify',