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-06-11 15:11:00 +02:00

9 lines
468 B
PHP

<?php
class default_wohnung extends SYSTEM\PAGE\Page {
public function html() {
$vars = \SYSTEM\locale::getStrings(\DBD\locale_string::CATEGORY_RHEIN_TEXT);
$vars['gallery_house'] = saimod_webcraft_gallery::getGalleryGalleria(2);
//$vars['gallery_house'] = saimod_webcraft_gallery::getGalleryBootstrap(2);
return SYSTEM\PAGE\replace::replaceFile(\SYSTEM\SERVERPATH(new PPAGE(),'default_wohnung/default_wohnung.tpl'), $vars);
}
}