fix reference error
This commit is contained in:
parent
aaab80640c
commit
db90068e49
|
@ -26,7 +26,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
<?php if (count($this->paginator)): ?>
|
<?php if (count($this->paginator)): ?>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach ($this->paginator as $item): ?>
|
<?php foreach ($this->paginator as $item): ?>
|
||||||
<li> <?php echo $item['title']; ?>
|
<li> <?php echo $item['reference']; ?>
|
||||||
<?php if (!empty($ref->link)) :
|
<?php if (!empty($ref->link)) :
|
||||||
echo ' <a href="'.$ref->link.'">下载</a>';
|
echo ' <a href="'.$ref->link.'">下载</a>';
|
||||||
endif;
|
endif;
|
||||||
|
|
Loading…
Reference in New Issue