Example #1
0
 public function __construct($instance, $menu_page)
 {
     parent::__construct($instance, $menu_page);
     /**
      * Add the content
      */
     $this->content_body .= $this->©view->view($this, 'panel/theme.php');
 }
 public function __construct($instance, $menu_page)
 {
     parent::__construct($instance, $menu_page);
     /**
      * Add the content
      */
     $this->content_body = $this->©views->view($this, 'main_settings_panel.php');
 }
 public function __construct($instance, $menu_page)
 {
     parent::__construct($instance, $menu_page);
     $this->content_body .= $this->©view->view($this, 'panel/main-settings.php', array('options' => $this->©option->options));
 }