CMS  Version 3.9
document_tabs.inc File Reference

Go to the source code of this file.

Functions

 documentTabs ($key)
 

Function Documentation

◆ documentTabs()

documentTabs (   $key)

Definition at line 36 of file document_tabs.inc.

37 {
38  $tabs = array( "Details" => "document_form",
39  "Classification" => "document_classification",
40  "Authors" => "document_authors",
41  "Preview" => "document_preview"
42  );
43 
44  $qs = ($key) ? "document_id=$key" : "";
45  return new TabBar("tabs", $tabs, $qs);
46 }
$tabs