Files
EasySoft-ZenTaoPMS/module/ci/view/index.html.php
T
2019-12-13 10:09:58 +08:00

16 lines
345 B
PHP

<?php
/**
* The index view file of ci module of ZenTaoPMS.
*/
?>
<?php include 'header.html.php'; ?>
<div id='mainContent' class='main-row'>
<div class='side-col' id='sidebar'>
<?php include 'menu.html.php'; ?>
</div>
<div class='main-col main-content'></div>
</div>
<?php include '../../common/view/footer.html.php'; ?>