2 triggers

todo update 2.6 branch and trigger list

git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2014-04-06 19:25:38 +00:00
parent 2fa746ff10
commit 125c8dab47
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ $tabsheet->set_id('help');
$tabsheet->select($selected);
$tabsheet->assign();
trigger_action('loc_end_help');
$template->set_filenames(array('help' => 'help.tpl'));
$template->assign(
+2
View File
@@ -97,6 +97,8 @@ SELECT
);
}
trigger_action('loc_end_no_photo_yet');
$template->pparse('no_photo_yet');
exit();
}