예제 #1
0
 public function _initHead()
 {
     $this->bootstrap('registerThemes');
     $hr = new Ot_Layout_HeadRegister();
     $hr->registerCssFile('css/ot/common.css', 'prepend');
     $hr->registerCssFile('//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap.min.css', 'prepend');
     $hr->registerJsFile('scripts/ot/global.js', 'prepend');
     $hr->registerJsFile('//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js', 'prepend');
     $hr->registerJsFile('//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js', 'prepend');
 }