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?
|