first
This commit is contained in:
7
modules/dashboard/admin/mobile.dashboard.php
Normal file
7
modules/dashboard/admin/mobile.dashboard.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<link href="<?php echo $g['s']?>/modules/<?php echo $module?>/admin/main.css" rel="stylesheet">
|
||||
<div id="rb-dashboard-for-mobile">
|
||||
<?php
|
||||
$_dashboardInclude = true;
|
||||
include $g['path_module'].$module.'/admin/main.php';
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user