fixes #2461 send standard pages conf value to tpl

This commit is contained in:
HWFord
2025-11-26 16:44:47 +01:00
parent 7cb8b615b8
commit fe60f9cfcc

View File

@@ -92,6 +92,10 @@ else
}
$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
$title = $page['title'];
$template_title = $page['section_title'];