This commit is contained in:
parent
510eb8f289
commit
7a56e42e42
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue