CMS  Version 3.9
link_picker_tabs.inc File Reference

Go to the source code of this file.

Functions

 linkPickerTabs ($qs)
 

Function Documentation

◆ linkPickerTabs()

linkPickerTabs (   $qs)

Definition at line 36 of file link_picker_tabs.inc.

37 {
38  $tabs = array( "Pages" => "/link_picker",
39  "Documents" => "/document_picker",
40  "Articles" => "/article_picker"
41  );
42 
43  $bar = new TabBar("tabs", $tabs, $qs);
44 
45  return $bar;
46 }
$tabs