8 lines
255 B
PHP
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);
|
|
}
|
|
} |