function __construct()
 {
     $this->name = 'navigation';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'media_element';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'code_caller';
     $this->versioning = true;
     $this->base_view_dir = BASE_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'body_image';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'html_header';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'ck_upload';
     $this->base_view_dir = ROOT_DIR;
     $this->login_required = array('image_upload', 'image_browse', 'media_upload', 'media_browse');
     parent::__construct();
 }
Esempio n. 7
0
 function __construct()
 {
     $this->name = 'rss';
     $this->page_title = 'RSS Feeds';
     $this->records = 50;
     $this->set('_SITE_NAME_', SITE_NAME);
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'redirect';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     $this->redirect_delay = 3;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'password';
     $this->versioning = true;
     $this->password = null;
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'stockquote';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     $this->stock_format = "snl1d1t1cv";
     /* Format below. */
     $this->stock_symbol = "glc.v";
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'poll';
     $this->versioning = true;
     $this->base_view_dir = ROOT_DIR;
     $this->order_by = "active DESC, id ASC";
     $this->login_required = array('create', 'edit', 'values', 'show', 'activate');
     $this->auto_render = false;
     parent::__construct();
 }
 function __construct()
 {
     $this->name = 'version_check';
     $this->base_view_dir = ROOT_DIR;
     parent::__construct();
 }