mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
20 lines
396 B
PHP
20 lines
396 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/*
|
||
|
||
*/
|
||
|
||
class omevirtualwms_helper extends desktop_controller {
|
||
|
||
function function_desktop_header($params, &$smarty)
|
||
{
|
||
return app::get('omevirtualwms')->render()->fetch('header.html');
|
||
}
|
||
|
||
function function_desktop_footer($params, &$smarty){}
|
||
}
|