Zobacz temat
Znikające tło
|
|
zmk |
Dodany dnia 08.10.2006 21:39:04
|
Przedszkolak Postów: 17 Data rejestracji: 21.09.2006 17:01 |
Strona dvanced.yoyo.pl. Na głównej stronie po pokach sa gradienty ale np w forum one znikają nie wiem czemu. Podaje theme.php Edytowane przez zmk dnia 09.10.2006 16:21:53 |
|
|
Wścibski Gość |
Dodany dnia 09.01.2025 07:54:08
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
|
IP: localhost | |
MeTeo |
Dodany dnia 08.10.2006 21:54:46
|
Bywalec Postów: 880 Pomógł: 23 Ostrzeżeń: 2 Data rejestracji: 14.12.2005 19:38 |
<?php if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; // theme settings $body_text = "#000000"; $body_bg = "http://www.squidfingers.com/patterns/patterns/img_112.gif"; $theme_width = "700"; $theme_width_l = "150"; $theme_width_r = "150"; function render_header($header_content) { global $theme_width,$settings; echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'> <tr> <td width='20' background='http://www.dvanced.yoyo.pl/images/lefter.jpg'> </td><td> <table cellpadding='0' cellspacing='0' width='99%'> <tr> <td class='full-header'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td>$header_content</td> </tr> </table> </td> </tr> </table>\n"; echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr> <td class='white-header'>".showsublinks("·","white")."</td> <td align='right' class='white-header'>".showsubdate()."</td> </tr> </table>\n"; echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n"; } function render_footer($license=false) { global $theme_width,$settings,$locale; echo "</tr>\n</table>\n"; echo "<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td align='center' class='footer'>".stripslashes($settings['footer'])."</td> </tr> </table> </td><td width='20' background='http://www.dvanced.yoyo.pl/images/righter.jpg'> </td> </tr> </table>\n"; } function render_news($subject, $news, $info) { global $locale; echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'> <tr> <td class='capmain'>$subject <div align='left'>\n</div></td></tr><tr><td class='news-footer'>"; echo openform("N",$info['news_id']).newsposter($info).newsopts($info,"·").closeform("N",$info['news_id']); echo "</td> </tr> <tr> <td class='main-body'>$news</td> </tr> </table>\n"; } function render_article($subject, $article, $info) { global $locale; echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'> <tr> <td class='capmain'>$subject <div align='left'>\n</div></td></tr><tr><td class='news-footer'>"; echo openform("A",$info['article_id']).articleposter($info).articleopts($info,"·").closeform("N",$info['article_id']); echo "</td> </tr> <tr> <td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td> </tr> </table>\n"; } function opentable($title) { echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'> <tr> <td class='capmain'>$title</td> </tr> <tr> <td class='main-body'>\n"; } function closetable() { echo "</td> </tr> </table>\n"; } function openside($title) { echo "<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='scapmain'>$title</td> </tr> <tr> <td class='side-body'>\n"; } function closeside() { echo "</td> </tr> </table>\n"; } function opensidex($title,$state="on") { $boxname = str_replace(" ", "", $title); echo "<table cellpadding='0' cellspacing='0' width='100%'> <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>\n"; } function tablebreak() { echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n"; } ?> zobacz teraz :) //Proton - wyłączaj emotki jeśli dajesz kod w quote Edytowane przez proton dnia 08.10.2006 21:59:46 |
|
|
zmk |
Dodany dnia 08.10.2006 22:37:41
|
Przedszkolak Postów: 17 Data rejestracji: 21.09.2006 17:01 |
Po wrzuceniu tego kodu w ogóle znikają te gradienty, i w górnej belce pojawiły sie jakies ^ Czemu jak w mam w kodzie twarde spacje to po wrrzuceniu tutaj kodu te spacje znikaja? Edytowane przez zmk dnia 09.10.2006 16:22:51 |
|
Przejdź do forum: |