VisibleToAdminUser()) { $this->ShowErrors($this->Lang("accessdenied")); return; } echo $this->StartTabHeaders(); echo $this->SetTabHeader("example",$this->Lang("example")); echo $this->SetTabHeader("settings",$this->Lang("settings")); echo $this->EndTabHeaders(); echo $this->StartTabContent(); echo $this->StartTab("example"); include(dirname(__FILE__).'/function.admin_example.php'); echo $this->EndTab(); echo $this->StartTab("settings"); include(dirname(__FILE__).'/function.admin_settings.php'); echo $this->EndTab(); echo $this->EndTabContent(); # # EOF # ?>