mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +02:00
Add var annotation
This commit is contained in:
parent
549b1a2f13
commit
98a05f53d2
@ -422,6 +422,7 @@ foreach($config['menu_categories'] as $id => $cat) {
|
||||
<div id="Themeboxes">
|
||||
<?php
|
||||
foreach($config['boxes'] as $box) {
|
||||
/** @var string $template_name */
|
||||
$file = TEMPLATES . $template_name . '/boxes/' . $box . '.php';
|
||||
if(file_exists($file)) {
|
||||
include($file); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user