redestoffmusik.de/redestoff/page/page_redestoff.php

11 lines
304 B
PHP

<?php
class page_redestoff extends \SYSTEM\API\api_default {
public static function default_page($_escaped_fragment_ = NULL){
return (new default_page())->html($_escaped_fragment_);
}
public static function page_impressum(){
return (new default_impressum())->html();}
}