Simple content system: A small but powerful content system which can create webpages, blogpages and an agenda. It produces true XHTML (content-type: application/xhtml+xml).
Lightweight XHTML Content System
https//www.yourdomain.com/login
, where yourdomain.com is a placeholder for your domain name and TLD.Indicates if the page shown is the homepage.
Returns true
or false
(bool)
Indicates if the current user is logged in as administrator or not.
Returns true
or false
(bool)
Indicates if the current page shown is the frontend or the backend.
Returns true
or false
(bool)
Identifies the name of the underlying page that produces the current webpage that is shown. Normally speaking this would be index.php.
Returns the physical page name (string)
Indicates if the current page exists or not.
Returns true
or false
(bool)
Indicates if the page named [slug] is a blogpage.
Returns true
or false
(bool)
Indicates if the page named [slug] is a webpage.
Returns true
or false
(bool)
Indicates if the page named [slug] is a event page (for the agenda).
Returns true
or false
(bool)
Indicates if the page named [slug] is a blog category.
Returns true
or false
(bool)
Indicates if the the page named [slug] is a main category of the blog.
Returns true
or false
(bool)
Indicates if the page named [slug] is a sub category of the blog
Returns true
or false
(bool)
This function can be used to get the id of the category by slug.
Returns the category id (INT)
This function can be used to get the slug of the category by id.
Returns the category slug (INT)
Retrieve a value from the SimpleCS settings.
Returns the setting value (string)
Translates a key to the language set in the SimpleCS settings.
Returns the translated value that corresponds with the provided [key] (string)
Retrieves the current tabindex. The [interval] value can be used to start the tabindex with this number.
Returns the (HTML) tabindex (INT)