DisclaimerPage
class DisclaimerPage extends Page
Class Overview
Properties
| LegalController | $mod | ||
| protected | $default_page | from Page |
Methods
Page that takes the config variable 'disclaimer_cms_page' as the instance's and page's name, separated by a dot.
Standard Get Page Controller
Displays the disclaimer. If the user has to agree to it, the confirm form will be displayed.
Details
at line 61
Template|null
cmsPageDisclaimer()
Page that takes the config variable 'disclaimer_cms_page' as the instance's and page's name, separated by a dot.
If this config variable and the corresponding page exist, render this CMS Page instead of the ordinary disclaimer. Returns null if something goes wrong and uses the text-based disclaimer as fallback to provide something at least.
in
Page at line 26
xelos_global_template|string|bool
get_page(mixed $subpage = false)
Standard Get Page Controller
at line 27
Template
page_overview()
Displays the disclaimer. If the user has to agree to it, the confirm form will be displayed.