updet
This commit is contained in:
parent
8ad273a73b
commit
d524a90c98
4
neopolimatrix/page/autoload.inc
Normal file
4
neopolimatrix/page/autoload.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
SYSTEM\autoload::registerFolder(dirname(__FILE__),'');
|
||||||
|
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_page','');
|
||||||
|
|
||||||
10
neopolimatrix/page/page_neopolimatrix.php
Normal file
10
neopolimatrix/page/page_neopolimatrix.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class page_whw extends \SYSTEM\API\api_default {
|
||||||
|
|
||||||
|
public static function default_page(){
|
||||||
|
|
||||||
|
return new default_page();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user