Hot Topic in Solaris

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
frizzy
Berichten: 36
Lid geworden op: 07 okt 2006, 07:32

Hot Topic in Solaris

Bericht door frizzy » 21 okt 2006, 08:34

Weet iemand hoe een Hot Topic in Solaris template te krijgen?
heb al dit:

Code: Selecteer alles

			<table cellspacing="3" cellpadding="0" border="0">
				<tr>
					<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
					<td class="gensmall">{L_NEW_POSTS}</td>
					<td>&nbsp;&nbsp;</td>
					<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
					<td class="gensmall">{L_NO_NEW_POSTS}</td>
				</tr>
				<tr> 
					<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" /></td>
					<td class="gensmall">{L_ANNOUNCEMENT}</td>	
					<td>&nbsp;&nbsp;</td>				
					<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" /></td>
					<td class="gensmall">{L_STICKY}</td>		
				</tr>
				<tr>
					<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_TOPIC_LOCKED}" /></td>
					<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
					<td>&nbsp;&nbsp;</td>
					<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_TOPIC_LOCKED}" /></td>
					<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
				</tr>
			</table>

Gesloten