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-21 14:10:14 +02:00

11 lines
364 B
PHP

<?php
class prices extends SYSTEM\PAGE\Page {
public function html(){
$vars = array();
$vars = array_merge($vars, SYSTEM\locale::getStrings(\SYSTEM\DBD\locale_string::VALUE_CATEGORY_DASENSE));
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'prices/prices.tpl'), $vars);
}
}