change big thumb to local url

This commit is contained in:
wlx 2011-10-25 14:24:14 +00:00
parent 3e76a16bf8
commit 9ed87f2891
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $this->breadcrumb()->setSeparator(' > ');
</div>
<img src="/data/thumb/id/<?php echo $md['id'];?>" alt="<?php echo $this->escape($md['title']);?>" title="<?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>"
onclick="fnCreate('http://qa.magicfind.net<?php echo $thumburl; ?>')" />
onclick="fnCreate('<?php echo $thumburl; ?>')" />
</div>
<?php endforeach; ?>