Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip sukoduoti po headeriu...

Parašė Xx-saVas-xX· 2008 Gru. 4 23:12:22
#10

<?php


// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "1000";
$theme_width_l = "200";
$theme_width_r = "200";

function render_header($header_content) {

global $theme_width,$settings;

echo "<center><table width=\"700\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr><center>
<td><center>
<table width=\"50%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><center>
<tr><center>
<td height=\"118\" align=\"center\" valign=\"bottom\" background=\"".THEME."header/vir.jpg\"></center><tr>

<table width=\"70%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<center> <td height=\"72\" align=\"center\" valign=\"bottom\" background=\"".THEME."header/paga.jpg\"></center>

<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr></center>
<td>\r\n";

echo " <a href='".BASEDIR."members.php'><span class='white'><blink><b>Registruotu vartotoju</b></blink> - ".number_format(dbcount("(user_id)", "users", "user_status<='1'"))."</span></a>\n";
echo " <a href='nuoroda.php'><img src='paveiksliukas.gif'></a>\n";







cia headerio kodas
ir kaip va po headerio ideti man nuoroda su paveiksliuku

Redagavo Xx-saVas-xX· 2008 Gru. 4 23:12:26