Verfasst: 28.10.2008 22:17
Ich öffne sie wie die install datei eines mod's mit dem firefox.
Code: Alles auswählen
<a class="forumlink" href="./arcade.php?mode=cat&c=1">./includes/arcade/images/cats/Arcade.gif</a>
Code: Alles auswählen
<a class="forumlink" href="./arcade.php?mode=cat&c=1"><img src="./includes/arcade/images/cats/Arcade.gif"></a>
Code: Alles auswählen
<td class="row1" width="100%">
<!-- IF catrow.CAT_DISPLAY != 1 && catrow.CAT_IMAGE--><div style="float: left; margin-right: 5px;"><a class="forumlink" href="{catrow.U_VIEWCAT}">{catrow.CAT_IMAGE}</a></div><div style="float: left;"><!-- ENDIF -->
<!-- IF catrow.CAT_DISPLAY != 2 --><a class="forumlink" href="{catrow.U_VIEWCAT}">{catrow.CAT_NAME}</a><!-- ENDIF -->
<p class="forumdesc">{catrow.CAT_DESC}</p>
<!-- IF catrow.SUBCATS and catrow.S_LIST_SUBCATS -->
<p class="forumdesc"><strong>{catrow.L_SUBCAT_STR}</strong> {catrow.SUBCATS}</p>
<!-- ENDIF -->
<!-- IF catrow.CAT_IMAGE --></div><!-- ENDIF -->
</td>
Code: Alles auswählen
<td class="row1" width="100%">
<div style="float: left; margin-right: 5px;"><a class="forumlink" href="./arcade.php?mode=cat&c=1">./includes/arcade/images/cats/Arcade.gif</a></div><div style="float: left;"><a class="forumlink" href="./arcade.php?mode=cat&c=1">Arcade</a> <p class="forumdesc"></p>
</div> </td>
Code: Alles auswählen
{catrow.CAT_IMAGE}