This commit is contained in:
Li Heng 2014-02-27 09:58:46 +00:00
parent 510eb8f289
commit 7a56e42e42
1 changed files with 13 additions and 6 deletions

View File

@ -3,10 +3,14 @@ if (!empty($this->codename)) $this->headTitle($this->codename);
$theme = new \Sookon\Helpers\Theme;
$theme->AppendPlus($this,'colorbox');
?>
<div class="container">
<div id="row">
<?= $this->partial('layout/metadata/subnav'); ?>
</div>
<div class="row">
<div class="span12">
<div class="row">
<div class="span12">
<?= $this->partial('layout/metadata/subnav'); ?>
</div>
</div>
<?php if (!empty($this->paginator)) : ?>
<div id='metacontent'>
<h1>当前浏览:<?php echo $this->codename; ?></h1>
@ -24,8 +28,11 @@ $theme->AppendPlus($this,'colorbox');
</div>
<?php endforeach; ?>
<?php echo $this->paginator; ?>
</div>
</div>
</div><!--row-->
</div> <!--/span12-->
</div> <!--/row-->
<?php endif ?>
<script>
$(document).ready(function(){