mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
[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
This commit is contained in:
@@ -38,6 +38,8 @@ $title= l10n('About Piwigo');
|
|||||||
$page['body_id'] = 'theAboutPage';
|
$page['body_id'] = 'theAboutPage';
|
||||||
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||||
|
|
||||||
|
trigger_action('loc_begin_about');
|
||||||
|
|
||||||
$template->set_filename('about', 'about.tpl');
|
$template->set_filename('about', 'about.tpl');
|
||||||
|
|
||||||
$template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) );
|
$template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) );
|
||||||
|
|||||||
Reference in New Issue
Block a user