change big thumb to local url
This commit is contained in:
parent
3e76a16bf8
commit
9ed87f2891
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue