(cp fe60f9cfc) fixes #2461 send standard pages conf value to tpl

This commit is contained in:
HWFord
2025-11-26 16:47:05 +01:00
parent 2d6136adc5
commit 8fe406639b
+4
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'];