* zin: refactor dirs
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
|
||||
require_once 'h5.class.php';
|
||||
require_once 'core/h5.class.php';
|
||||
|
||||
function h() {return new h5(func_get_args());}
|
||||
function button() {return call_user_func_array('h5::button', func_get_args());}
|
||||
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
require_once 'helper.php';
|
||||
require_once 'core/h5.func.php';
|
||||
require_once 'h5.func.php';
|
||||
|
||||
function hx()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
function btn() {return createWg('btn', func_get_args());}
|
||||
function page() {return createWg('page', func_get_args());}
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . DS . 'config.php';
|
||||
require_once __DIR__ . DS . 'helper.php';
|
||||
require_once __DIR__ . DS . 'wg.php';
|
||||
require_once __DIR__ . DS . 'h5.func.php';
|
||||
require_once __DIR__ . DS . 'wg.func.php';
|
||||
|
||||
Reference in New Issue
Block a user