2016-01-31 02:12:26 +01:00

7 lines
224 B
PHP

<?php
class default_shop extends SYSTEM\PAGE\Page {
public function html(){
$vars = array();
return SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_shop/tpl/shop.tpl'))->SERVERPATH(), $vars);
}
}