692c2e0aeb
All free functions are now in functions.php
8 lines
136 B
PHP
8 lines
136 B
PHP
<?php
|
|
class ReturnPage extends Page {
|
|
protected function render_body() {
|
|
print($this->fragments['return_page']);
|
|
}
|
|
}
|
|
?>
|