Funkcja render_header z przykładowego thema (Simply...cośtam)
function render_header($header_content) {
global $theme_width,$settings;
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'>
<tr>
<td>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td class='full-header'>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td>$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<tr>
<td class='white-header'>".showsublinks("·")."</td>
<td align='right' class='white-header'>".showsubdate()."</td>
</tr>
</table>\n";
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<tr>\n";
}
Natomiast to jest odpowiedzialne za wyświetlanie topu
<td>$header_content</td>
Czyli menu górne wstawiasz przed tym wierszem a dolne pod tym wierszem w tabeli.
I znajdz sobie temat "wstawianie kodu w panelu" pomoże ci w prawidłowym wsawieniu potrzebnych ci rzeczy.
Pomagam przy stronie, przerabiam skórki do php-fusion, oczywiście komercyjnie.
Wszedzie dobrze ale na 127.0.0.1 najlepiej xD
Na miły Bóg, życie nie po to tylko jest, by brać
Życie nie po to, by bezczynnie trwać
I aby żyć siebie samego trzeba dać
|