aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-12-07 21:36:31 +0000
committerddtddt <ddtddt@piwigo.org>2010-12-07 21:36:31 +0000
commit20a45721f56377711cc99369fc742aed20cd0911 (patch)
tree041fe67070b2db1e5705f34dcdc4a317331b145c /about.php
parentfd456db99a0f70094485334d5ce51d8173cb58f0 (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
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/about.php b/about.php
index e54505e27..e55c92153 100644
--- a/about.php
+++ b/about.php
@@ -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)) );