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

Parašė bosssss· 2008 Vas. 14 14:02:12
#1

neuzkrauna logotipo , o jei ir uzkrauna per mozilla rodo o per exploaderi ne

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

// theme settings
$body_text = "#fff";
$body_bg = "#141414";
$theme_width = "920";
$theme_width_l = "170";
$theme_width_r = "170";

function render_header($header_content) {
global $theme_width;


echo "
<table align=center width=$theme_width height=175 background=".THEME."themes/Pagrindine/images/logo.jpg border=1 cellspacing=0 cellpadding=0>
<tr></tr>
</table>
";