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.
2014-06-21 16:15:39 +02:00

7 lines
219 B
PHP

<?php
class default_content extends SYSTEM\PAGE\Page {
public function html() {
$text = \SYSTEM\locale::getStrings(\DBD\locale_string::CATEGORY_FRISEURTEAM_TEXT);
return $text['default_content'];}
}