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