neopolimatrix.eu/neopolimatrix/page/page_neopolimatrix.php
Naeltard b3b0baee30 list api working now with menu function.
started search fulltext search.
new title img
2015-01-20 22:14:42 +01:00

13 lines
337 B
PHP

<?php
class page_neopolimatrix extends \SYSTEM\API\api_default {
public static function default_page(){
return new default_page();}
public static function page_get_list($filter){
return new default_list($filter);}
public static function page_impressum(){
return new impressum();}
}