diff options
author | flop25 <flop25@piwigo.org> | 2014-03-23 21:15:22 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-03-23 21:15:22 +0000 |
commit | 3c10508bd854fc33f5f0843571e1b8eeb13d3c06 (patch) | |
tree | 036336158757c4aa84cf523333022be1a33051ec /admin/themes_installed.php | |
parent | e2a9779c8bf52c715927464db349646393305aca (diff) |
adding 2 loc_end trigger
git-svn-id: http://piwigo.org/svn/trunk@27896 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes_installed.php')
-rw-r--r-- | admin/themes_installed.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |