Пример #1
0
 /**
  * As the home page of the admin area has no sub nav, this clears the links
  **/
 function __construct()
 {
     parent::__construct();
     $this->sub_links = array();
     $this->sub_links["../content/create"] = "Create New Content";
     $this->sub_links["../.."] = "View Site";
 }