AlexandruAndrei Posted December 26, 2013 Share Posted December 26, 2013 Pasul 1:Cod:Deschidem viewtopic_body.html din FTP sau Panoul de AdministratiePasul 2:Cautam linile: <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF --> <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->Pasul 3:Inlocuim cu: <!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF --> Link to comment Share on other sites More sharing options...
Recommended Posts