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.
2013-05-02 14:26:13 +02:00

9 lines
277 B
PHP

<?php
class prices extends SYSTEM\PAGE\Page {
public function html(){
$vars = array();
$vars['content'] = 'Preise:';
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'prices/prices.tpl'), $vars);
}
}