53 $table->column(
"Section",
"<a href='/admin/section_form?section_id={section_id}'>{section}</a>",
true)
54 ->column(
"Title",
"{section_title}",
true)
55 ->column(
"Default Role",
"{default_role}",
true)
56 ->column(
"Default Page",
"<a href='/{section}/'>{default_page}</a>",
true);
60 $table->emptyMessage =
"No sections have been created.";
66 <div
class=
'tab_border'>
72 <a
class=
'button' href=
'/admin/section_form?site_id=<?echo $site_id?>'>Add a New
Section</a>&
nbsp;&
nbsp;<a
class=
'button' href=
'/action/section/export'>Export
Section Layout</a>&
nbsp;&
nbsp;<a
class=
'button' href=
'section_import'>Import
Section Layout</a>
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
Section DataItem, defining the data model for sections within a site.