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" => "/action/link_picker/link_picker",
39  "Documents" => "/action/link_picker/document_picker",
40  "Articles" => "/action/link_picker/article_picker",
41  "External URL" => "/action/link_picker/external_url_picker"
42  );
43 
44  $bar = new TabBar("popup_tabs", $tabs, $qs);
45 
46  return $bar;
47 }
$tabs