diff options
-rw-r--r-- | admin/picture_modify.php | 2 | ||||
-rw-r--r-- | admin/themes_installed.php | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 23b28b78f..8e8e1c081 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -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'); diff --git a/admin/themes_installed.php b/admin/themes_installed.php index d699956ae..2110d5cb8 100644 --- a/admin/themes_installed.php +++ b/admin/themes_installed.php @@ -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'); |