StylerBB.net

newsletter

Artykuły > Style phpBB >

Cienie pod każdym forumline'm

1. Otwórz plik templates/[nazwa_stylu]/[nazwa_stylu].cfg

Znajdź:

Kod:
define(TEMPLATE_CONFIG, TRUE);

Po tym wstaw:
Kod:
$template->assign_vars(array(
'CIEN' => '<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td width="12" align="right" valign="top"><img src="' . $template_dir . '/images/bottom_left.gif" border="0" alt="" /></td><td width="100%" background="' . $template_dir . '/images/bottom_center.gif"><img src="' . $template_dir . '/images/spacer.gif" width="1" height="1" border="0" alt="" /></td><td width="12" align="left" valign="top"><img src="' . $template_dir . '/images/bottom_right.gif" border="0" alt="" /></td></tr></table>'
));


Oto link do potrzebnych plików: link

Pliki z paczki wstaw do katalogu templates/[nazwa_stylu]/images/.
Teraz pod każdym forumline'm we wszystkich plikach musisz wstawić to:
Kod:
{CIEN}

Autor: Zergall