Code: Select all
Fatal error: Call to undefined function: starttabheaders() in /data/homewww/isuew/webdir/cms/modules/News/News.module.php on line 1018
Code: Select all
#The tabs
echo $this->StartTabHeaders();
echo $this->SetTabHeader('articles',$this->Lang('articles'));
echo $this->SetTabHeader('categories',$this->Lang('categories'));
echo $this->SetTabHeader('summary_template',$this->lang('summarytemplate'));
echo $this->SetTabHeader('detail_template',$this->Lang('detailtemplate'));
echo $this->EndTabHeaders();