* fix bug#354.

This commit is contained in:
chencongzhi520@gmail.com
2012-10-25 08:21:45 +00:00
parent b71634a16e
commit 28e052719c
+4 -1
View File
@@ -103,4 +103,7 @@
</td>
</tr>
</table>
<?php include '../../common/view/footer.html.php';?>
<?php
if(strpos($viewType, 'doc') !== false) include '../../doc/view/footer.html.php';
if($viewType != 'doc') include '../../common/view/footer.html.php';
?>