diff --git a/neopolimatrix/page/default_page/default_page.php b/neopolimatrix/page/default_page/default_page.php index ccdf57a..d905a85 100644 --- a/neopolimatrix/page/default_page/default_page.php +++ b/neopolimatrix/page/default_page/default_page.php @@ -1,5 +1,26 @@ '. + ''. + ''. + ''. + ''. + ''. + ''; + } + + private function css(){ + return ''. + ''. + ''. + ''. + ''; + } public function html(){ - return 'test';} + $vars = array(); + $vars['js'] = $this->js(); + $vars['css'] = $this->css(); + return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_page/default_page.tpl'), $vars); + } } diff --git a/neopolimatrix/page/default_page/default_page.tpl b/neopolimatrix/page/default_page/default_page.tpl new file mode 100644 index 0000000..8ec7776 --- /dev/null +++ b/neopolimatrix/page/default_page/default_page.tpl @@ -0,0 +1,13 @@ + +
+ + + + + ${css} + ${js} + + +elloooo
+ + \ No newline at end of file