In de "handleiding" van hoe je dit moet doen staat bijvoorbeeld het volgende:
Code: Selecteer alles
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/drafts.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 8
<p>{L_LOAD_DRAFT_EXPLAIN}</p>
<span class="corners-bottom"><span></span></span></div>
</div>
#
#-----[ FIND ]---------------------------------------------
# Around Line 13
<div class="forumbg">
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<div class="<!-- IF not S_PRIVMSGS -->forumbg<!-- ELSE -->panel<!-- ENDIF -->">
#
#-----[ FIND ]---------------------------------------------
# Around Line 19
<dt>{L_LOAD_DRAFT}</dt>
<dd class="posted">{L_SAVE_DATE}</dd>
</dl>
</li>
</ul>
#
#-----[ FIND ]---------------------------------------------
# Around Line 24
<ul class="topiclist topics">
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<ul class="topiclist<!-- IF not S_PRIVMSGS --> topics<!-- ELSE --> cplist<!-- ENDIF -->">
zo staat er bijvoorbeeld:
Code: Selecteer alles
#
#-----[ FIND ]---------------------------------------------
# Around Line 8
<p>{L_LOAD_DRAFT_EXPLAIN}</p>
<span class="corners-bottom"><span></span></span></div>
</div>
#
#-----[ FIND ]---------------------------------------------
# Around Line 13
<div class="forumbg">
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<div class="<!-- IF not S_PRIVMSGS -->forumbg<!-- ELSE -->panel<!-- ENDIF -->">
iemand die me hierover wat uitleg kan geven?