7 lines
273 B
PHP
7 lines
273 B
PHP
<?php
|
|
class default_introduction extends SYSTEM\PAGE\Page {
|
|
public function html(){
|
|
$vars = \SYSTEM\PAGE\text::tag('danube');
|
|
return SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_introduction/tpl/introduction.tpl'))->SERVERPATH(), $vars);
|
|
}
|
|
} |