This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
2015-05-18 12:39:52 +02:00

7 lines
183 B
PHP

<?php
class default_content extends SYSTEM\PAGE\Page {
public function html() {
$text = \SYSTEM\PAGE\text::tag('friseurteam');
return $text['default_content'];}
}