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)) );