Exemplo n.º 1
0
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     //CSS
     $this->add_css('/stylesheets/layout.css');
     $this->add_css('/stylesheets/CartLayouts.css');
 }
Exemplo n.º 2
0
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     $this->add_css('/stylesheets/admin.css');
 }
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     //CSS
     $this->add_css('/stylesheets/buyerManageAccountLayout.css');
 }
Exemplo n.º 4
0
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct('Standard Base');
     $this->add_css('/stylesheets/products.css');
 }
Exemplo n.º 6
0
 function __construct($title, $noTemplate = true, $maintenance = true)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     //Add CSS
     $this->add_css('/stylesheets/maintenance.css');
 }
Exemplo n.º 7
0
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     $this->add_css('/stylesheets/loginout.css');
     $this->add_js('https://www.google.com/recaptcha/api.js');
 }
 function __construct($title, $noTemplate = false, $maintenance = false)
 {
     parent::__construct($title, $noTemplate, $maintenance);
     //CSS
     $this->add_css('/stylesheets/buyerCustomerReviewsLayout.css');
 }