link-box
Verfasst: 11.08.2003 01:37
ich möchte gern eine box mit links auf der indexseite meines boards einbauen . . . wie stelle ich das an
THX, aber ich suche keine Navigationslinks . . .AWSW hat geschrieben:http://www.phpbb.de/viewtopic.php?t=32080![]()
http://www.phpbb.de/viewtopic.php?t=24404
Code: Alles auswählen
// SWITCH PARTNERSITES START
if( $introportalmod_config['partners_active'] == "1" )
{
$template->assign_block_vars('switch_partners_active', array(
$template->assign_vars(array(
'PORTAL_PARTNERLINKS' => str_replace("\n", "\n<br />\n", make_clickable($introportalmod_config['Partnersitelinks']))
))
));
}
// SWITCH PARTNERSITES ENDCode: Alles auswählen
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table> Code: Alles auswählen
<table width="100%"><tr><td valign="top">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28">Deine Box</td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Hier der Inhalt deiner Box</span> </td>
</tr>
</table>
</td>
<td>Code: Alles auswählen
<td class="gensmall">{L_FORUM_LOCKED}</td>
</tr>
</table>Code: Alles auswählen
</td></tr></table>