Skip to content

Instantly share code, notes, and snippets.

@donaldallen
Created December 19, 2012 16:44
Show Gist options
  • Save donaldallen/4338158 to your computer and use it in GitHub Desktop.
Save donaldallen/4338158 to your computer and use it in GitHub Desktop.
Template::set_partial([
['header', 'partials/frontend/header'],
['footer', 'partials/frontend/footer'],
['categories', 'partials/frontend/widgets/categories/tree', ['tree' => Categories::tree()]],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment