* 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
+2 -2
View File
@@ -21,7 +21,7 @@
* @version $Id$
*/
?>
<?php include '../../common/header.html.php';?>
<?php include '../../common/view/header.html.php';?>
<div class='yui-d0'>
<form method='post' action='<?php echo inlink('setConfig');?>'>
<table align='center' class='table-5 f-14px'>
@@ -42,4 +42,4 @@
</table>
</form>
</div>
<?php include '../../common/footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>