diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-12-07 21:36:31 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-12-07 21:36:31 +0000 |
commit | 20a45721f56377711cc99369fc742aed20cd0911 (patch) | |
tree | 041fe67070b2db1e5705f34dcdc4a317331b145c | |
parent | fd456db99a0f70094485334d5ce51d8173cb58f0 (diff) |
[trunk] - merge 8027 feature:2049 add trigger_action in about.php
git-svn-id: http://piwigo.org/svn/trunk@8028 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)) ); |