How to set a static page

From CTRNet Wiki
Jump to: navigation, search

All static content pages are populated from the "pages" datatable, and are generated from the /app/controllers/pages_controller.php controller.

All pages are accessed by the URL "/pages/id", where "id" is the unique string alias entered in the "id" field of the "pages" datatable. All pages can be accessed by any user, whether they are logged in or not; not permissions are enforced on any static content pages.

"language_title" is the title of the page, and "language_body" is the full body text (including any HTML formatting), both of which are aliases that get replaced with translated strings.


Personal tools