ضع هذا الكود
	كود:
	<!-- START BLOCK : styles -->
<div class="module-title">{phrase_select_style}</div>
<div id="contents">
<center>
<form name="stform" method="post" action="?action=chstyle">
<select  name="style"  onchange="stform.submit()">
<!-- START BLOCK : style -->
<option value="{val}" {sel}>{name}</option>
<!-- END BLOCK : style -->
</select>
</form>
</center>
</div>
<br />
<!-- END BLOCK : styles -->
 في قالب servcontent.htm
فليكن في آخره مثلاً تحت الكود
	كود:
	<!-- END BLOCK : weather -->