Siemka.
Wlasnie zrobilem swoj theme do fusiona i wszystko jest ok tylko jest jeden drazniacy problem.
Podczas logowania wyswietla sie tylko banner strony ktory jest podany w glownych ustawieniach. Wszystko procz tego jest na bialo. Taki sam problem jest przy wylogowywaniu. Dopiero po zaznaczeniu miejsca gdzie powinien byc tekst pojawia sie on ale tylko jako zaznaczony. To samo jest tez podczas wyswietlania prac na stronie. Wszysto na bialo tylko okienka do zalogwania sa.
Oto screen:
http://odsiebie.c...-681b.html
Tylko poczekajcie troche bo sie to musi zaladowac xD
Co jest przyczyna tego czegos??
Jaka linijka w theme php jest odpowiedzialna za wyswietlanie tego??
A tu mój theme.php
<?php
$body_text = "#FFFFFF";
$body_bg = "#3E3D3D";
$theme_width = "996";
$theme_width_l = "228";
$theme_width_r = "228";
function render_header($header_content) {
global $theme_width;
echo "<table width='996' cellspacing='0' cellpadding='0' align='center'><td width='996' background='".THEME."/img/33.gif'>";
echo "<table width='996' cellspacing='0' cellpadding='0'>
<td><img src='".THEME."/img/04.gif' width='996' height='188'></td>
</table>\n";
echo "<table width='996' cellspacing='0' cellpadding='0' background='".THEME."/img/05.gif' width='996' height='24'>
<td align='center' class='t-menug'><b>".showsublinks("·")."</b></td>
</table>\n";
echo "<img src='".THEME."/img/06.gif'>";
echo "<table width='996' cellspacing='0' cellpadding='0'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='996' height='76' background='".THEME."/img/34.gif'>
<tr>
<td colspan='2' wight='100%'>".stripslashes($settings['footer'])."</td>
</tr>";
echo"<td align='left' class='t-foot'><!-- (C) 2004 stat24.com -->
<a href=\"http://www.stat24.com\" target=\"_blank\"><img src=\"http://www.stat24.com/logo/logoBlack2_pl.gif\" width=\"90\" height=\"26\" style=\"border:0px\" alt=\"Stronę monitoruje stat24\"style=\"float:left;\"/></a></td>\n";
echo"<td align='right' class='t-foot'>".showcounter()."</td>\n";
echo "</tr>\n</table>\n";
echo "</td></table>";
}
function render_news($subject, $news, $info) {
echo "<table width='509' cellpadding='0' cellspacing='0' align='center'>
<tr><td>
<table width='509' cellpadding='0' cellspacing='0'>
<tr><td background='".THEME."/img/09.gif' width='509' height='31'></td></tr>
<tr><td background='".THEME."/img/14.gif' width='509' class='campmain' align='center'><table width='499' cellpadding='0' cellspacing='0'><td>
$news</td></table></td></tr>
<tr>
<td class='news-footer' background='".THEME."/img/14.gif' width='509'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr><tr><td background='".THEME."/img/14.gif' width='509' height='5'></tr></table>
</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='509' cellpadding='0' cellspacing='0' align='center'>
<tr><td>
<table width='509' cellpadding='0' cellspacing='0'>
<tr><td background='".THEME."/img/099.gif' width='509' height='31'></td></tr>
<tr><td background='".THEME."/img/14.gif' width='509' class='campmain' align='center'><table width='499' cellpadding='0' cellspacing='0'><td><b>$subject</b></td></table></td></tr>
<tr><td background='".THEME."/img/14.gif' width='509' class='campmain' align='center'><table width='499' cellpadding='0' cellspacing='0'><td>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></table></td></tr>
<tr>
<td class='news-footer' background='".THEME."/img/14.gif' width='509'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr><tr><td background='".THEME."/img/14.gif' width='509' height='5'></tr></table>
</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table width='509' cellpadding='0' cellspacing='0' align='center'>
<tr><td>
<table width='509' cellpadding='0' cellspacing='0'>
<tr><td class='capmain' background='".THEME."/img/19.gif' width='509' height='31'><h4>$title</h4></td></tr>
<tr>
<td class='main-body' background='".THEME."/img/20.gif' width='509'><table width='499' cellpadding='0' cellspacing='0'><td>\n";
}
function closetable() {
echo "</td></table></td></tr></table>
</td></tr></table>\n";
}
function openside($title) {
echo "<table width='228' cellpadding='0' cellspacing='0'>
<tr><td><table width='228' cellpadding='0' cellspacing='0'>
<tr><td class='scapmain' background='".THEME."/img/07.gif' width='228' height='29'>$title</td></tr>
<tr>
<td class='side-body' background='".THEME."/img/13.gif' width='228'>\n";
}
function closeside() {
echo "</td></tr></table>
</td></tr>
<tr><td background='".THEME."/img/21.gif' width='228' height='4'></td></tr></table><br>\n";
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table width='228' cellpadding='0' cellspacing='0'>
<tr><td><table width='228' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td></tr></table>
</td></tr></table>\n";
}
function tablebreak() {
echo "<table width='8' cellspacing='0' cellpadding='0'>
<tr><td height='8'></td></tr></table>\n";
}
?>
|