mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
adding 2 loc_end trigger
git-svn-id: http://piwigo.org/svn/trunk@27896 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -478,6 +478,8 @@ SELECT id,name,uppercats,global_rank
|
||||
display_select_cat_wrapper($query, $associate_options_selected, 'associate_options');
|
||||
display_select_cat_wrapper($query, $represent_options_selected, 'represent_options');
|
||||
|
||||
trigger_action('loc_end_picture_modify');
|
||||
|
||||
//----------------------------------------------------------- sending html code
|
||||
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'picture_modify');
|
||||
|
||||
@@ -172,6 +172,7 @@ $template->assign(
|
||||
)
|
||||
);
|
||||
|
||||
trigger_action('loc_end_themes_installed');
|
||||
|
||||
$template->set_filenames(array('themes' => 'themes_installed.tpl'));
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'themes');
|
||||
|
||||
Reference in New Issue
Block a user