CMS  Version 3.9
blog_tabs.inc File Reference

Go to the source code of this file.

Functions

 blogTabs ($blog_id)
 

Function Documentation

◆ blogTabs()

blogTabs (   $blog_id)

Definition at line 36 of file blog_tabs.inc.

37 {
38  $tabs = array( "Blog Definition" => "/admin/blog_form",
39  "Articles" => "/admin/blog_articles"
40  );
41 
42  $bar = new TabBar("tabs", $tabs, "blog_id=$blog_id");
43 
44  return $bar;
45 }
$tabs