remove debug output
This commit is contained in:
parent
31fe53f8d7
commit
9830f07680
|
@ -72,7 +72,6 @@
|
|||
<h4 class="box-title">三江源数据集</h4>
|
||||
<ul>
|
||||
<?php foreach($this->sanjiangyuan as $k=>$v){ ?>
|
||||
<?php print_r($v);?>
|
||||
<li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i> <?= $v['title'] ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue