13 lines
270 B
PHP
13 lines
270 B
PHP
<?php
|
|
/**
|
|
* The index view file of ci module of ZenTaoPMS.
|
|
*/
|
|
?>
|
|
<?php include '../../common/view/header.html.php'; ?>
|
|
|
|
<div id='mainContent' class='main-row'>
|
|
<div class='main-col main-content'></div>
|
|
</div>
|
|
|
|
<?php include '../../common/view/footer.html.php'; ?>
|