This commit is contained in:
2025-05-07 09:21:26 -07:00
parent 0a11ffd3f4
commit 83f08fc2c5

View File

@@ -62,7 +62,7 @@ class RadThemeEngine
$groups = $context->get($args);
foreach ($groups as $g) {
$output .= site()->render($g->tpl, $g);
$output .= site()->render($g["tpl"], $g);
}
return $output;
};