Ejemplo n.º 1
0
 public function wells()
 {
     $this->data->cssFile = Manager::getThemeURL() . "templates/bootstrap-3.0.3/theme/theme.css";
     $this->render();
 }
Ejemplo n.º 2
0
 public function carousel()
 {
     $this->data->cssFile = Manager::getThemeURL() . "templates/bootstrap-3.0.3/theme/theme.css";
     $this->data->jsFile = Manager::getThemeURL() . "scripts/vendor/holder.js";
     $this->render();
 }
Ejemplo n.º 3
0
 public function main()
 {
     $this->data->cssFile = Manager::getThemeURL() . "templates/bootstrap-3.0.3/starter-template/starter-template.css";
     $this->render();
 }