<script type="text/javascript"><!--
google_ad_client = "pub-4465903617689920";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
//2007-02-17: maxresidue
google_ad_channel = "7899026958";
google_color_border = "CCCCCC";
google_color_bg = "000000";
google_color_link = "CC0000";
google_color_text = "FFFFFF";
google_color_url = "CC0000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Mam problem... bo.. albo zaczne od początku heh ;) hęę.. moja strona jest sponsorowana i pan od sponsoringu powiedział, że musze umieścić skrypt na stronie.. skrytp mam (cały jest i gotowy ;D ) ale gdzie go wstawić? edytowałem theme.php i wklejałem tu i tam na pałe, chciałem zobaczyć, bo może mi się uda trafić i będzie dobrze a tu lipa ;(
wiem że to gdzieś w theme.php "Powered by PHP-FUSION" i gdzieś koło tego
to jest mój fragment pliku theme.php //czy mam to wkleić gdzieś w pobliżu)
(...........)
echo "<table width='100%' cellspacing='0' cellpadding='0'>\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%' class='border'>
<tr>
<td class='header1'>".stripslashes($settings['footer'])."</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='header2'><br>
".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."<br><br>\n" : $locale['141']."<br><br>\n");
if ($license == false) {
[b]echo "<font color='dimgray'>Copyright © 2007 by MaxResidue ¦ All Rights Reserved ®<br>Theme & Style: Dark_Blade mod by Łukasz ´Ð Drongu <br>Powered by PHP-Fusion & EPIV</a> © 2003-2007</font><br> [color=blue]TU[/color] <br>\n";[/b]
}
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='cap-main-l'><img src='".THEME."images/blank.gif' width='9' height='20' alt='' style='display:block'></td>
<td class='cap-main' style='white-space:nowrap'>$subject</td>
<td class='cap-main-m'><img src='".THEME."images/blank.gif' width='9' height='20' alt='' style='display:block'></td>
<td class='cap-main-2'><img src='".THEME."images/box_on.gif' width='7' height='14' alt=''></td>
<td class='cap-main-r'><img src='".THEME."images/blank.gif' width='9' height='20' alt='' style='display:block'></td>
</tr>
</table>
<div style='margin:2px;'></div>
<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='main-body'>
<div style='width:100%;vertical-align:top;'>$news</div>
<div class='news-footer'><img src='".THEME."images/bullet.gif'>
".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['news_date'])." ·
".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "");
if ($info['news_allow_comments']) echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> ·\n";
echo $info['news_reads'].$locale['044']."
<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>
</div>
</td>
</tr>
</table>\n";
(............)
Edytowane przez as dnia 18.02.2007 16:12:58
|