* mv the view file of common module to view directory.

This commit is contained in:
wangchunsheng
2010-03-17 08:45:53 +00:00
parent e48dbec77b
commit d56abda8db
136 changed files with 306 additions and 306 deletions
+4 -4
View File
@@ -22,9 +22,9 @@
* @link http://www.zentao.cn
*/
?>
<?php include '../../common/header.html.php';?>
<?php include '../../common/tablesorter.html.php';?>
<?php include '../../common/colorbox.html.php';?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/tablesorter.html.php';?>
<?php include '../../common/view/colorbox.html.php';?>
<script language='javascript'>
$(document).ready(function()
{
@@ -133,4 +133,4 @@ function checkall(checker)
</div>
</div>
</div>
<?php include '../../common/footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>