public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "recent-jobs.php"; $this->_viewFront = "recent-jobs.php"; parent::__construct("wpjb-recent-jobs", __("Recent Jobs", WPJB_DOMAIN), array("description" => __("Displays list of recently posted jobs", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "job-board-menu.php"; $this->_viewFront = "job-board-menu.php"; parent::__construct("wpjb-job-board-menu", __("Job Board Menu", WPJB_DOMAIN), array("description" => __("Job board and employer menu.", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "recently-viewed.php"; $this->_viewFront = "recently-viewed.php"; parent::__construct("wpjb-recently-viewed", __("Recently Viewed", WPJB_DOMAIN), array("description" => __("Recently viewed jobs list.", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "resumes-menu.php"; $this->_viewFront = "resumes-menu.php"; parent::__construct("wpjb-resumes-menu", __("Resumes Menu", WPJB_DOMAIN), array("description" => __("Resumes menu links", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "feeds.php"; $this->_viewFront = "feeds.php"; parent::__construct("wpjb-widget-feeds", __("Job Feeds", WPJB_DOMAIN), array("description" => __("Displays list of available WPJobBoard feeds", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "search.php"; $this->_viewFront = "search.php"; parent::__construct("wpjb-search", __("Search Jobs", WPJB_DOMAIN), array("description" => __("Search jobs widget.", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "alerts.php"; $this->_viewFront = "alerts.php"; parent::__construct("wpjb-widget-alerts", __("Job Alerts", WPJB_DOMAIN), array("description" => __("Allows to create new job alert", WPJB_DOMAIN))); }
public function __construct() { $this->_context = Wpjb_Project::getInstance(); $this->_viewAdmin = "categories.php"; $this->_viewFront = "categories.php"; parent::__construct("wpjb-job-categories", __("Job Categories", WPJB_DOMAIN), array("description" => __("Displays list of available job categories", WPJB_DOMAIN))); }