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_galerie/default_galerie.php
2014-05-21 03:51:38 +02:00

6 lines
146 B
PHP

<?php
class default_galerie extends SYSTEM\PAGE\Page {
public function html() {
return saimod_webcraft_gallery::getGallery(1);
}
}