update data thumb to big thumb
This commit is contained in:
parent
ce1c1fe2dd
commit
fdb08a1ee0
|
@ -44,7 +44,7 @@
|
|||
<div class="dataContent">
|
||||
<div class="thumb">
|
||||
<a href="javascript:void(0);">
|
||||
<img src="/service/thumb/uuid/<?php echo $md->uuid;?>"/>
|
||||
<img src="/service/bigthumb/uuid/<?php echo $md->uuid; ?>"/>
|
||||
</a>
|
||||
</div>
|
||||
<p><?php echo str_replace(array("\r\n", "\n", "\r"),'</p><p>',$md->description);?></p>
|
||||
|
|
Loading…
Reference in New Issue