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

Parašė Regimantas· 2008 Rugp. 15 10:08:44
#10

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#555555";
$body_bg = "#2e2e2e";
$theme_width = "100%";
$theme_width_l = "175";
$theme_width_r = "175";

function render_header($header_content) {

global $theme_width,$settings,$userdata;

echo "<script type='text/javascript' src='".THEME."date1.js'></script>";
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0' style='border:0px #444 solid;'>
<tr>
<td>\n";
echo "<table width='100%' cellspacing='0' cellpadding='0' style='border-left:2px #fff ridge;border-top: 2px #fff ridge;border-right: 2px #fff ridge'>\n<tr>\n<td class='header2' height='30px'>\n";
include THEME."login.php";
echo"
</td><td class='header2'>
<form name='clock' onSubmit='0'>
<input type='text' name='face' class='date' value=''>
</form>
<script type='text/javascript' language='javascript'>
startclock2()
</script>
</td>
";
echo "
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td background='".THEME."images/hbc.jpg' height='80'>&nbsp;&nbsp;&nbsp;&nbsp;$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header'>".showsublinks("&middot;","white")."</td>
<td align='right' class='sub-header'>".showsubdate()."</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}

Kur pazimejau riskiau tenkeisk daryk pagal headeri

Redagavo Regimantas· 2008 Rugp. 15 11:08:11