change url to heihe

This commit is contained in:
wlx 2011-11-07 01:52:07 +00:00
parent b389884dbd
commit 1e77c79c38
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $this->breadcrumb()->setSeparator(' > ');
<div id="heihe_ad">
<h2>已整理数据展示</h2>
<?php foreach($this->meatdata as $md) : ?>
<a href="/data/<?php echo $md['uuid']; ?>"><span><?php echo $md['title']; ?></span>
<a href="/heihe/view/uuid/<?php echo $md['uuid']; ?>"><span><?php echo $md['title']; ?></span>
<img src="/service/thumb/id/<?php echo $md['id']; ?>" alt="Data Thumbnail" title="<?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>" />
</a>
<?php endforeach; ?>