shop changes
This commit is contained in:
@@ -81,6 +81,15 @@ class McCansHelpers
|
||||
};
|
||||
}
|
||||
|
||||
public static function categoryBox()
|
||||
{
|
||||
return function ($template, $context, $args, $source) {
|
||||
$stuff = $context->get($args);
|
||||
|
||||
return site()->render("page-tile", $stuff);
|
||||
};
|
||||
}
|
||||
|
||||
public static function renderBlock()
|
||||
{
|
||||
return function ($template, $context, $args, $source) {
|
||||
|
||||
Reference in New Issue
Block a user