diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-12-07 21:34:58 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-12-07 21:34:58 +0000 |
commit | 43602d8e2eea10baa047ce58004199c9128b2772 (patch) | |
tree | 05e23b1b539f27c783090c5cfacfdda190da7724 | |
parent | 4713ca3a978e4dc5bddc03a6f458ebed7e05dcc5 (diff) |
[branches 2.1] - feature:2049 add trigger_action in about.php
git-svn-id: http://piwigo.org/svn/branches/2.1@8027 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | about.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ $title= l10n('About Piwigo'); $page['body_id'] = 'theAboutPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); +trigger_action('loc_begin_about'); + $template->set_filename('about', 'about.tpl'); $template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) ); |