* refactor views.

This commit is contained in:
Catouse
2018-05-30 08:46:10 +08:00
parent 30554aafe3
commit 5236f5729d
19 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div class="main-row <?php if($this->from == 'doc') echo 'split-row';?>" id="mainRow">
<div class="fade main-row <?php if($this->from == 'doc') echo 'split-row';?>" id="mainRow">
<?php if($this->from == 'doc'):?>
<?php include './side.html.php';?>
<?php endif;?>