CMS  Version 3.9
section_tabs.inc File Reference

Go to the source code of this file.

Functions

 sectionTabs ($key)
 

Function Documentation

◆ sectionTabs()

sectionTabs (   $key)

Definition at line 36 of file section_tabs.inc.

37 {
38  $tabs = array( "Section Definition" => "/admin/section_form",
39  "Section Content" => "/admin/section_content",
40  "Section Modules" => "/admin/section_modules"
41  );
42 
43  $qs = ($key) ? "section_id=$key" : "";
44  return new TabBar("tabs", $tabs, $qs);
45 }
$tabs