LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Inherits LEPTON_core.
Public Member Functions | |
__construct () | |
page_select () | |
get_page_details () | |
get_website_settings () | |
preprocess (string &$content) | |
maintainConstants () | |
Data Fields | |
LEPTON_database | $database |
string | $default_link = "/" |
int | $default_page_id = 1 |
array | $page = [] |
int | $page_id = 0 |
array | $page_trail = [] |
bool | $page_access_denied = false |
bool | $page_no_active_sections = false |
Static Public Attributes | |
static | $instance |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 25 of file lepton_frontend.php.
__construct | ( | ) |
Definition at line 45 of file lepton_frontend.php.
get_page_details | ( | ) |
Definition at line 181 of file lepton_frontend.php.
get_website_settings | ( | ) |
Definition at line 288 of file lepton_frontend.php.
maintainConstants | ( | ) |
This is necessary if, for example, the views of search results.
Definition at line 358 of file lepton_frontend.php.
page_select | ( | ) |
Definition at line 90 of file lepton_frontend.php.
preprocess | ( | string & | $content | ) |
replace all "[LEPTONlink{page_id}]" with real links
string | &$content | : reference to global $content |
Definition at line 333 of file lepton_frontend.php.
LEPTON_database $database |
Definition at line 29 of file lepton_frontend.php.
string $default_link = "/" |
Definition at line 33 of file lepton_frontend.php.
int $default_page_id = 1 |
Definition at line 34 of file lepton_frontend.php.
|
static |
Definition at line 30 of file lepton_frontend.php.
array $page = [] |
Definition at line 37 of file lepton_frontend.php.
bool $page_access_denied = false |
Definition at line 42 of file lepton_frontend.php.
int $page_id = 0 |
Definition at line 38 of file lepton_frontend.php.
bool $page_no_active_sections = false |
Definition at line 43 of file lepton_frontend.php.
array $page_trail = [] |
Definition at line 40 of file lepton_frontend.php.