Like..." in the template file; and then delete the Just a code snippet."/> Like..." in the template file; and then delete the Just a code snippet.">
Home > Article > CMS Tutorial > How to remove the partial module code display in DreamWeaver
How to remove the partial module code display of Dreamweaver?
Dreamweaver DEDECMS removes the modification method of the module code display of the top and bottom parts
Recommended learning: dedecms tutorial
Remove the top and bottom part of the module How to modify the code display:
Find the template directory:
Find the following code comment in the template file or delete it:
<div > <div class="diggbox digg_good" onmousemove="this.style.backgroundPosition='left bottom';" onmou优化ut="this.style.backgroundPosition='left top';" onclick="javascript:postDigg('good',{dede:field.id/})"> <div class="digg_act">顶一下</div> <div class="digg_num">({dede:field.goodpost/})</div> <div class="digg_percent"> <div class="digg_percent_bar"><span style="width:{dede:field.goodper/}%"></span></div> <div class="digg_percent_num">{dede:field.goodper/}%</div> </div> </div> <div class="diggbox digg_bad" onmousemove="this.style.backgroundPosition='right bottom';" onmou优化ut="this.style.backgroundPosition='right top';" onclick="javascript:postDigg('bad',{dede:field.id/})"> <div class="digg_act">踩一下</div> <div class="digg_num">({dede:field.badpost/})</div> <div class="digg_percent"> <div class="digg_percent_bar"><span style="width:{dede:field.badper/}%"></span></div> <div class="digg_percent_num">{dede:field.badper/}%</div> </div> </div> </div> <script language="javascript" type="text/javascript">getDigg({dede:field.id/});</script>
The above is the detailed content of How to remove the partial module code display in DreamWeaver. For more information, please follow other related articles on the PHP Chinese website!