mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-05 16:23:24 +02:00
fixes #2461 send standard pages conf value to tpl
This commit is contained in:
@@ -92,6 +92,10 @@ else
|
|||||||
}
|
}
|
||||||
$template->assign('U_CANONICAL', $canonical_url);
|
$template->assign('U_CANONICAL', $canonical_url);
|
||||||
|
|
||||||
|
// Standard Pages
|
||||||
|
// Some themes will want to use standard pages so this will let them know
|
||||||
|
$template->assign('use_standard_pages', conf_get_param('use_standard_pages', false));
|
||||||
|
|
||||||
//-------------------------------------------------------------- page title
|
//-------------------------------------------------------------- page title
|
||||||
$title = $page['title'];
|
$title = $page['title'];
|
||||||
$template_title = $page['section_title'];
|
$template_title = $page['section_title'];
|
||||||
|
|||||||
Reference in New Issue
Block a user