mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Add template_name to twig variables
This commit is contained in:
parent
4455964db4
commit
ae1161d770
@ -133,6 +133,7 @@ if($forumSetting != '')
|
|||||||
$template['link_forum'] = "<a href='" . $forumSetting . "' target='_blank'>";
|
$template['link_forum'] = "<a href='" . $forumSetting . "' target='_blank'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$twig->addGlobal('template_name', $template_name);
|
||||||
$twig->addGlobal('template_path', $template_path);
|
$twig->addGlobal('template_path', $template_path);
|
||||||
if($twig_loader) {
|
if($twig_loader) {
|
||||||
$twig_loader->prependPath(BASE . $template_path);
|
$twig_loader->prependPath(BASE . $template_path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user