Skip to content

Instantly share code, notes, and snippets.

@whisher
Created May 22, 2013 08:32
Show Gist options
  • Save whisher/5626096 to your computer and use it in GitHub Desktop.
Save whisher/5626096 to your computer and use it in GitHub Desktop.
<?php
echo $this->headLink()->prependStylesheet($this->basePath().'/res/btit-admin/css/main.css')
->prependStylesheet($this->basePath().'/res/vendor/bootstrap/css/bootstrap-responsive.min.css')
->prependStylesheet($this->basePath().'/res/vendor/bootstrap/css/bootstrap.min.css');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment