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.
host_danube/danube/page/default_prices/default_prices.php

7 lines
255 B
PHP

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