Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Pagalbos dėl Headerio

Parašė nope· 2010 Gru. 8 15:12:36
#1

Sveiki, tai gi susidūriau su tokia problema, kad neveikia headeris. Susikūriau php fusion v7 sistemos svetainę, susideliojau dizainą, tačiau kažkas dar blogai manau su theme.php failu. Bet pats nerandu problemos, gal galėtumėt padėti? ;) Būčiau labai dėkingas.:)
Čia Headerio scriptas iš theme.php failo:
<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

define("THEME_BULLET", "<span class='bullet'>&middot;</span>");
define("LINK" , "http://rdesigny.x-graphic.eu/");
define("THEME_HEADER", THEME."images/header.png");

require_once INCLUDES."theme_functions_include.php";

function render_page($license=false) {

global $settings, $main_style, $locale, $aidlink, $msg_count, $dnes, $userdata;

//Header + Login
echo " <table cellspacing='0' cellpadding='0' width='1028' align='center'>
<tr>
<td width='1020'>
<table cellspacing='0' cellpadding='0' width='780' height='147' align='left'>
<tr>
<td background='".LINK.THEME."images/header.gif' width='780' height='147'>
</td>
</tr>
</table>

<table cellspacing='0' cellpadding='0' width='248' height='147' align='left' style='margin-left: -8px;'>
<tr>
<td background='".LINK.THEME."images/login/bg.png' width='248' height='147' valign='top'>";
if (iMEMBER) {
$msg_count = dbcount("(message_id)", DB_MESSAGES, "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "
<table cellspacing='0' cellpadding='0' width='220' align='center'>
<tr>
<td width='220' valign='top'>
<table cellspacing='0' cellpadding='0' width='84' height='106' align='left' style='margin-top: 18px;'>
<tr>
<td background='".LINK.THEME."images/login/bgavatar.png' width='84' height='106'>

<table cellspacing='0' cellpadding='0' width='72' height='70' align='center'>
<tr>
<td background='".LINK."".THEME."images/login/on/ramcek.png' width='72' height='70'>
<table cellspacing='0' cellpadding='0' width='60' height='60' align='center'>
<tr>
<td width='60' height='60'>
";