This commit is contained in:
2025-05-07 11:21:30 -07:00
parent 5b8e27171f
commit 8989d48386

View File

@@ -88,7 +88,7 @@ class RadThemeEngine
public static function assetURL() public static function assetURL()
{ {
return function ($template, $context, $args, $source) { return function ($template, $context, $args, $source) {
return $args; return site()->getAssetURL($args);
}; };
} }