diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-11 13:18:40 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-11 13:18:40 +0000 |
commit | e8e52b870c60e7b311ab51344b63a8b92bed88dc (patch) | |
tree | 5e60b352aaa3b597cf78e422b00fc94cfc3ca86b /admin.php | |
parent | e38092f36cac68694ee891f6e90399240b88a58a (diff) |
add the trigger_action 'loc_begin_admin_page'
git-svn-id: http://piwigo.org/svn/trunk@10849 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ if ( // | Include specific page | // +-----------------------------------------------------------------------+ +trigger_action('loc_begin_admin_page'); include(PHPWG_ROOT_PATH.'admin/'.$page['page'].'.php'); // +-----------------------------------------------------------------------+ |