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