Skip to content

Instantly share code, notes, and snippets.

@SET001
Created December 23, 2011 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SET001/1512606 to your computer and use it in GitHub Desktop.
Save SET001/1512606 to your computer and use it in GitHub Desktop.
<?php
Resource::instance('js')->add(array(
'frontend',
'chicken',
'slider',
'autocomplete',
));
Resource::instance('css')->add(array(
'chicken',
'search_autocomplete',
'sidemenu',
))
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment