Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: INCLUDE i headery

Parašė kesiukas· 2011 Vas. 18 17:02:57
#1

Kaip reikai ideti INCLUDE i headeri, kad normaliai veiktu?

Parašė minimukas· 2011 Vas. 18 19:02:29
#2

Atsidaryk savo theme.php faila ir irasyk koda

echo "</td>
<td width='490' class='header6'>";
include_once "reklama.php";

o reklama.php kodas turetu buti toks:

<?php
print "
<table align=center width=468  height=60 border=0 cellspacing=0 cellpadding=0>
<tr><td align=right style='padding-right: 10px; padding-top: 13px;'>";
$text = array("
<center>
<a href="http://nuogosmerginos.net" target="_blank"><img src="http://www.nuogosmerginos.net/images/468x60.gif" border="0" title="Nemokama pornografija internete" width="468" height="60" />
<center>","<center>
<a href="http://nuogosmerginos.net" target="_blank"><img src="http://www.nuogosmerginos.net/images/468x60.gif" border="0" title="Nemokama pornografija internete" width="468" height="60" />
 ");
$cc = count($text) ;
$cl = $cc-1;
$rand = rand(0,$cl);
echo"$text[$rand]";
echo"</td></tr></table>";
?>


Na tikiosi mokesi susitvarkyti, kiek maciau ren reklama desi pas save webe, o jei ne tai include tiks ideti i theme.php

Redagavo minimukas· 2011 Vas. 18 19:02:48

Parašė kesiukas· 2011 Vas. 18 21:02:44
#3

Aciu. Susitvarkysiu pats