增加底部的分页工具
This commit is contained in:
parent
591532ec43
commit
dd861f15d4
|
@ -24,6 +24,8 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
<span><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></span>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<hr class="mditem" />
|
||||
<?php echo $this->page->getNavigation(); ?>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<div id='sidebar'>
|
||||
|
|
Loading…
Reference in New Issue