CMS  Version 3.9
show.inc File Reference

Go to the source code of this file.

Variables

 $identifier = Settings::getValue("terms_and_conditions", "terms_page_identifier")
 
 $title = Settings::getValue("terms_and_conditions", "title")
 
 $button = Settings::getValue("terms_and_conditions", "button_label")
 
 $page = Page::findByIdentifier($identifier)
 

Variable Documentation

◆ $button

$button = Settings::getValue("terms_and_conditions", "button_label")

Definition at line 6 of file show.inc.

◆ $identifier

$identifier = Settings::getValue("terms_and_conditions", "terms_page_identifier")

Definition at line 4 of file show.inc.

◆ $page

$page = Page::findByIdentifier($identifier)

Definition at line 10 of file show.inc.

◆ $title

$title = Settings::getValue("terms_and_conditions", "title")

Definition at line 5 of file show.inc.