Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: nerodo

Parašė Brodger· 2008 Rugs. 25 20:09:27
#2

Sita koda:

function render_header($header_content) {

global $theme_width;

echo "<table class='forumline' align='center' width='951' cellspacing='0' cellpadding='0'><tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'><tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'><tr><td class='header' width='100%'><table align=center width=951 height=295 background='http://119.lt/files/ewvea0vdf7i94l22c7fi.gif' border=0 cellspacing=0 cellpadding=0></div>
</td>
<td   height=0 border=0 align=right>
<script type='text/javascript'>LKT_init();</script></td></tr></table></td></tr></table><table width='100%' cellpadding='2' bgcolor='#F9F9F9' cellspacing='0' border='0'>\n";

}




Keiti i :


function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;

 echo "<table class='forumline' align='center' width='$theme_width' cellspacing='0' cellpadding='0' >";
 echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
 echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
 echo "<tr><td class='header' width='100%'>";

 echo "<tr><table align=center width=100% height=165 background='".THEME."images/headeris.jpg' border=0 cellspacing=0 cellpadding=0>";
echo"<tr><td height=50 class='nuorodos' align='center' style='padding-right:50px; padding-top:130px;'><br>";
echo"</td></tr><tr></tr><tr><td></td></tr></table>";


 echo "<table width='100%' cellpadding='4' bgcolor='#1d485b' cellspacing='0' border='0'><tr>";
}