Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->parent_nav_active = 'display';
     $this->child_nav_active = 'tags';
     $this->grandchild_nav_active = 'main';
     $this->tag_id = isset($_GET['id']) ? $_GET['id'] : NULL;
     $this->rsp = Response::Instance();
 }