loc_end_no_photo_yet & loc_end_help added

git-svn-id: http://piwigo.org/svn/trunk@28166 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25 2014-04-13 16:49:20 +00:00
commit d97c139451

View file

@ -500,6 +500,12 @@ array(
'vars' => array(),
'files' => array('admin\batch_manager_unit.php'),
),
array(
'name' => 'loc_end_help',
'type' => 'trigger_action',
'vars' => array(),
'files' => array('admin\help.php'),
),
array(
'name' => 'loc_end_index',
'type' => 'trigger_action',
@ -518,6 +524,12 @@ array(
'vars' => array('array', 'tpl_thumbnails_var', 'array', 'pictures'),
'files' => array('include\category_default.inc.php'),
),
array(
'name' => 'loc_end_no_photo_yet',
'type' => 'trigger_action',
'vars' => array(),
'files' => array('include\no_photo_yet.inc.php'),
),
array(
'name' => 'loc_end_page_header',
'type' => 'trigger_action',