CMS  Version 3.9
banner.inc
Go to the documentation of this file.
1 <?php
2 
3 Fakoli::using("admin");
4 Fakoli::assertRole("admin");
5 
7 ?>
8 <form id="search" target='Two' method='POST' action='/action/online_help/search'>
9 <input type='text' id='searchterms' name='search_terms'/>&nbsp;<input type='submit' name='submit' value="Search" class="button"/></form>
10 <h2>Fakoli Online Help</h2>
11 <?
13 ?>
& nbsp
Definition: index.inc:49
$siteTree target
Definition: site_map.inc:56
$form action
Definition: edit.inc:67
static endFrame()
static startFrame($class)
This class provides the Fakoli CMS core.
Definition: core.inc:80
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
static assertRole($role, $redirect="", $message="")
Assert that the user has one of the specified roles.
Definition: core.inc:297