Zobacz temat
Jak usunąć zbędny tekst ze stopki
|
|
tvmars |
Dodany dnia 08.06.2007 21:14:17
|
Przedszkolak Postów: 23 Data rejestracji: 27.01.2007 16:31 Złamana licencja |
Jak usunąć z dołu strony strony taki tekst Powered by PHP-Fusion copyright © 2003-2006 by Nick Jones. Released as free software under the terms of the GNU/GPL license. Powered by PHP-Fusion to zostawić.Mam themes "Prime" Edytowane przez tvmars dnia 08.06.2007 21:16:20 |
|
|
Wścibski Gość |
Dodany dnia 13.01.2025 18:12:02
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
|
IP: localhost | |
Piotrroger |
Dodany dnia 08.06.2007 21:20:44
|
Bywalec Postów: 998 Pomógł: 19 v7.02.03 Data rejestracji: 27.04.2006 18:29 |
theme.php funkcja render_footer
|
|
|
tvmars |
Dodany dnia 08.06.2007 21:25:02
|
Przedszkolak Postów: 23 Data rejestracji: 27.01.2007 16:31 Złamana licencja |
No i co ja mam tu skreślić?? <?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; // theme settings $body_text = "#444444"; $body_bg = "#ffffff"; $theme_width = "100%"; $theme_width_l = "175"; $theme_width_r = "175"; function render_header($header_content) { global $theme_width; echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'> <tr> <td> <table cellpadding='0' cellspacing='0' width='100%'> <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></td> </tr> </table>\n"; tablebreak(); echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n"; } function render_footer($license=false) { global $theme_width,$settings; echo "</tr>\n</table>\n"; tablebreak(); echo "<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='footer'><br>".stripslashes($settings['footer'])."</td> </tr> <tr> <td align='center' class='footer'>\n"; if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br> </td> </tr> </table> </td> </tr> </table>\n"; } function render_news($subject, $news, $info) { echo "<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom:2px;'> <tr> <td class='capmain'>$subject</td> </tr> </table> <table cellpadding='0' cellspacing='0' width='100%' class='border'> <tr> <td class='main-body'> $news </td> </tr> <tr> <td align='center' class='news-footer'>\n"; echo openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"·").closeform("N",$info['news_id']); echo "</td> </tr> </table>\n"; } function render_article($subject, $article, $info) { echo "<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td> <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td class='capmain'>$subject</td> </tr> <tr> <td class='main-body'> ".($info['article_breaks'] == "y" ? nl2br($article) : $article)." </td> </tr> <tr> <td align='center' class='news-footer'>\n"; echo openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info,"·").closeform("A",$info['article_id']); echo "</td> </tr> </table> </td> </tr> </table>\n"; } function opentable($title) { echo "<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom:2px;'> <tr> <td class='capmain'>$title</td> </tr> </table> <table width='100%' cellpadding='0' cellspacing='0' class='border'> <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='side-body'><img src='".THEME."images/blank.gif' alt='' height='2' width='1'></td> </tr> <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 colspan='2' class='side-body'><img src='".THEME."images/blank.gif' alt='' height='2' width='1'></td> </tr> <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%'> <tr><td height='8'></td></tr> </table>\n"; } ?> Edytowane przez tvmars dnia 08.06.2007 21:39:45 |
|
|
Piotrroger |
Dodany dnia 08.06.2007 21:57:03
|
Bywalec Postów: 998 Pomógł: 19 v7.02.03 Data rejestracji: 27.04.2006 18:29 |
Właśnie ściągnąłem sobie thema 'Prime' i wygląda on całkiem inaczej...
|
|
|
tvmars |
Dodany dnia 08.06.2007 22:06:33
|
Przedszkolak Postów: 23 Data rejestracji: 27.01.2007 16:31 Złamana licencja |
Pokombinowałem i jest OK :) trzeba było usunąć tekst z folderu includes z pliku theme_functions_include.php z funkcji showcopyright($class="") ;)
Edytowane przez tvmars dnia 08.06.2007 22:09:49 |
|
|
kraski1 |
Dodany dnia 08.06.2007 22:43:59
|
Początkujący Postów: 115 Data rejestracji: 25.02.2007 15:02 |
Piotrroger napisał/a: theme.php funkcja render_footer no i nauczyles wlasnie w tym momencie go usuwania nielegalnego oczywiscie. |
|
|
Piotrroger |
Dodany dnia 08.06.2007 22:47:18
|
Bywalec Postów: 998 Pomógł: 19 v7.02.03 Data rejestracji: 27.04.2006 18:29 |
I tutaj jesteś w błędzie... przeczytaj dokładnie jego pierwszy post, a potem TO. Temat blokuję, bo nie jest od mówienia o licencji. Edytowane przez Piotrroger dnia 08.06.2007 22:48:02 |
|
Przejdź do forum: |