Go to the source code of this file.
◆ sectionTabs()
Definition at line 36 of file section_tabs.inc.
38 $tabs = array(
"Section Definition" =>
"/admin/section_form",
39 "Section Content" =>
"/admin/section_content",
40 "Section Modules" =>
"/admin/section_modules"
43 $qs = ($key) ?
"section_id=$key" :
"";
44 return new TabBar(
"tabs",
$tabs,
$qs);