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

18 lines
508 B
PHP

<?php
class impressum extends \SYSTEM\PAGE\Page {
public function html(){
$vars = array();
$vars = array_merge($vars, \SYSTEM\locale::getStrings(101));
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'impressum/impressum.tpl'), $vars);
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/