gallery(); //return $vars['rhein_wohnung'].'

'.saimod_webcraft_gallery::getGallery(2); return SYSTEM\PAGE\replace::replaceFile(\SYSTEM\SERVERPATH(new PPAGE(),'default_wohnung/default_wohnung.tpl'), $vars); } private function gallery(){ $pics = \SYSTEM\FILES\files::get('house'); $result = ''; foreach($pics as $pic){ $result .= ''; } return $result; } }