doctype(); ?>
headTitle('HEC - Espace administration')->setSeparator(' - ')->setAutoEscape(false) ?> headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ->appendHttpEquiv('X-UA-Compatible', 'IE=edge') ?> headLink()->prependStylesheet($this->basePath() . '/css/bootstrap.min.css') ->prependStylesheet($this->basePath() . '/font-awesome/css/font-awesome.min.css') ->prependStylesheet($this->basePath() . '/css/admin.css') ->prependStylesheet($this->basePath() . '/css/datepicker.css') ->prependStylesheet($this->basePath() . '/css/jquery.dataTables.css') ?> headScript()->prependFile($this->basePath() . '/js/bootstrap.min.js') ->prependFile($this->basePath() . '/js/jquery.min.js') ->prependFile($this->basePath() . '/js/respond.min.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ->prependFile($this->basePath() . '/js/html5shiv.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ->prependFile($this->basePath() . '/js/jquery.dataTables.min.js', 'text/javascript') ->prependFile($this->basePath() . '/js/bootstrap-datepicker.js') //->prependFile($this->basePath() . '/js/bootstrapValidator.js') //->prependFile($this->basePath() . '/js/scripts.js', 'text/javascript') ?>