Verfasst: 27.05.2004 19:58
also ... zu letzt eingebaut habe ich..eine erweiterung fürs portal..das letzte was ich fürs album eingebaut habe...waren die subkategories
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td>
{catrow.ADD_SC}DESC}</span></td>
Code: Alles auswählen
<td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td>
{catrow.ADD_SC}
Code: Alles auswählen
<tr>
<td class="catBottom" align="center" height="28" colspan="5"><form action="{S_ALBUM_ACTION}" method="post"><input type="hidden" value="new" name="mode" /><input name="submit" type="submit" value="{L_CREATE_ALBUM}" class="liteoption"></form><form action="{S_ALBUM_ACTION}&newcat" method="post"><input type="hidden" value="newcat" name="mode" /><input name="submit" type="submit" value="{L_CREATE_CATEGORY}" class="liteoption"></td>" type="submit" value="{L_CREATE_CATEGORY}" class="liteoption"></td>
</tr>
Code: Alles auswählen
<tr>
<td class="catBottom" align="center" height="28" colspan="5"><form action="{S_ALBUM_ACTION}" method="post"><input type="hidden" value="new" name="mode" /><input name="submit" type="submit" value="{L_CREATE_ALBUM}" class="liteoption"></form><form action="{S_ALBUM_ACTION}&newcat" method="post"><input type="hidden" value="newcat" name="mode" /><input name="submit" type="submit" value="{L_CREATE_CATEGORY}" class="liteoption"></td>
</tr>
Code: Alles auswählen
$lang['Create_album'] = 'Neues Album erstellen';
$lang['Create_sub_album'] = 'Neue Unterkategorie erstellen';
Code: Alles auswählen
?>