Ejemplo n.º 1
0
 /**
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     App::import('Config', 'Shortcodes');
 }
 /**
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_texturesPath = GUMM_TEMPLATEPATH . DS . 'images' . DS . 'textures';
 }