remove debug output

This commit is contained in:
wlx 2014-03-12 08:51:00 +00:00
parent 31fe53f8d7
commit 9830f07680
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@
<h4 class="box-title">三江源数据集</h4> <h4 class="box-title">三江源数据集</h4>
<ul> <ul>
<?php foreach($this->sanjiangyuan as $k=>$v){ ?> <?php foreach($this->sanjiangyuan as $k=>$v){ ?>
<?php print_r($v);?>
<li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li> <li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<?php } ?> <?php } ?>