mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
- use template->parse instead of pparse. (exceptions for install.php and
upgrade.php) - bug fixed : queries time and count were not displayed on a redirection git-svn-id: http://piwigo.org/svn/trunk@688 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
57475d91be
commit
0737f91b19
14 changed files with 18 additions and 15 deletions
|
@ -45,6 +45,6 @@ $template->assign_vars(array(
|
|||
)
|
||||
);
|
||||
|
||||
$template->pparse('about');
|
||||
$template->parse('about');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue