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.
host_rhein/rhein/page/default_wohnung/default_wohnung.php
2014-05-21 03:51:38 +02:00

8 lines
255 B
PHP

<?php
class default_wohnung extends SYSTEM\PAGE\Page {
public function html() {
$vars = \SYSTEM\locale::getStrings(\DBD\locale_string::CATEGORY_RHEIN_TEXT);
return $vars['rhein_wohnung'].saimod_webcraft_gallery::getGallery(2);
}
}