Inaro- Konto zablokowane
- 277 61 0
Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu: autor Scoutie44
wersja skryptu MyBB: 1.4x
adres forum: www.nzwls.pl
opis problemu: zrobilem podstrone i chce dac kod w szablonie lecz nie moge, jak to zrobic?
nazwa stylu: autor Scoutie44
wersja skryptu MyBB: 1.4x
adres forum: www.nzwls.pl
opis problemu: zrobilem podstrone i chce dac kod w szablonie lecz nie moge, jak to zrobic?
<html>
<head>
{$headerinclude}
<title>Tutaj podaj tytuł</title>
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2">
Tutaj wpisz tytuł
</td>
</tr>
<tr>
<td class="trow2 post_content ">
KOD PHP- JAK DODAC???????????
</td>
</tr>
</table>
{$footer}
</body>
</html>