CMS
Version 3.9
Functions
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
$tabs
Definition:
blog_article_form.inc:88
code
cms.sonjara.com
cms
components
blog
admin
include
blog_tabs.inc
Generated on Tue Mar 23 2021 15:36:15 for CMS by
1.9.1