Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos plz

Parašė xxxxx· 2010 Bal. 2 10:04:12
#1

Sveiki as bandau i theme.php ideti top
bet man meta tokius error

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/impact/domains/ang.wu.lt/public_html/themes/DarkHarmony/theme.php on line 54


o stai theme.php irasas

<?php
/*--------------------------------------------+
| PHP-Fusion 6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk |
| email: nick@php-fusion.co.uk |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| DarkHarmony Theme for PHP-Fusion v6 |
|---------------------------------------------|
| author: Burn!nGames - Orosznyet © 2007 |
| web: http://www.burningames.hu |
| email: orosznyet@gmail.com |
| Theme based on: Milestone theme |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#000000";
$body_bg = "#FFFFFF";
$theme_width = "100%";
$theme_width_l = "180";
$theme_width_r = "200";

function render_header($header_content) {
global $theme_width,$settings;
echo "<table align='center' width='100%' border='0' cellpadding='0' cellspacing='0' style='background-image:url(".THEME."images/header-center.gif);margin-top:-5px;'><tr><td>";
// Header logo
echo "<table align='center' style='background-image:url(".THEME."images/header-center.gif)' border='0' cellpadding='0' cellspacing='0' width='".$theme_width."'>";
echo "<td width='100%' class='header-center'>";
echo "<table width='100%' cellspacing='0' cellpadding='0'>";
echo "<tr><td align='center'><a href='".BASEDIR."index.php'><img src='".THEME."images/logo.png' alt='".$settings['sitename']."'></a></td></tr>";
//echo "<tr><td>".$header_content."</td></tr>";
echo "</table></td>";
echo "<img src='".THEME."images/pixel.gif' height='5' alt=''>";



// Header reklameris
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='".$theme_width."'>";
echo "<tr><td width='42'><img src='".THEME."images/nav-left.png' width='38' height='40' alt=''></td>";
echo "<td width='75%' class='navlinktbl'>";
echo "<td align='right' width='25%' class='navlinktbl'>";
echo "<td width='42'><img src='".THEME."images/nav-right.png' width='38' height='40' alt=''></td></tr></table>";

echo "<a href="http://top.ob.lt/"><img src="http://top.ob.lt/button.php?u=AnG" alt="Top.Ob.Lt" border="0" /></a><a href="http://top.godlike.lt/"><img src="http://top.godlike.lt/button.php?u=AnG" alt="TOP.godlike.LT - Svetainiu Top'as !" border="0" /></a><a href="http://www.top.webs.lt/"><img src="http://www.top.webs.lt/button.php?u=AnG" alt="www.TOP.WEBS.lt :: Būk pirmas!" border="0" /></a><a href="http://rank.us.lt/"><img src="http://rank.us.lt/button.php?u=AnG" alt="Rank - Svetainiu Topas!" border="0" /></a><a target=blank title="Lietuvos svetainių topas" href="http://mygang.lt/v2/index1.php?id=top"><img src="http://mygang.lt/topai/button.php?u=AnG" alt="MyGanG™" border="0" /></a><a href="http://top.biciuliai.net/"><img src="http://top.biciuliai.net/button.php?u=AnG" alt="Top.Biciuliai.Net" border="0" /></a><a href="http://top.huh.lt/"><img src="http://top.huh.lt/button.php?u=AnG" alt="Svetainių Topas" border="0" /></a>";



// Header logo
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='".$theme_width."'>";
echo "<tr><td width='42'><img src='".THEME."images/nav-left.png' width='38' height='40' alt=''></td>";
echo "<td width='75%' class='navlinktbl'>";
echo "<td align='right' width='25%' class='navlinktbl'>".strftime("%Y-%m-%d,",time());
echo "<span id=\"digitalclock\" style='color:white;'></span><script type='text/javascript'>
function calctime()
{
var currenttime = new Date();
var hours = currenttime.getHours();
var minutes = currenttime.getMinutes();
var seconds = currenttime.getSeconds();
if (hours == 0)
{ hours = 12; }
if (hours < 10)
{ hours = \"0\" + hours; }
if (minutes < 10)
{ minutes = \"0\" + minutes; }
if (seconds < 10)
{ seconds = \"0\" + seconds; }
var clocklocation = document.getElementById('digitalclock');
clocklocation.innerHTML = hours + \":\" + minutes + \":\" + seconds;
setTimeout(\"calctime()\", 1000);
}
calctime();
</script>";
echo "</td>";
echo "<td width='42'><img src='".THEME."images/nav-right.png' width='38' height='40' alt=''></td></tr></table>";
echo "<table align='center' width='".$theme_width."' cellspacing='0' cellpadding='0'>\n<tr>\n";
}

function render_footer($license=false) {
global $theme_width,$locale,$settings;

echo "</tr>\n</table>\n";
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'><tr>";
echo "<td class='header'>".stripslashes($settings['footer'])."</td></tr></table>\n";
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='".$theme_width."'>";
echo "<tr><td><img src='".THEME."images/nav-left-down.png' width='38' height='40' alt=''></td>";
echo "<td align='left' width='38%' class='footercenter'>";
if ($license == false) {
echo "Powered by <a href='http://www.php-fusion.co.uk' target='_blank' class='navlink'><img src='".THEME."images/fusion.gif' alt='PHP-Fusion'></a> &copy; 2003-2006";
}
echo "</td>";
echo "<td align='center' width='24%' class='footercenter'>DarkHarmony by: <a href='http://www.burningames.hu' target='_blank'><img src='".THEME."images/bgthemes.gif' alt='Burn!nGames Themes'></a>";
echo "</td>";
echo "<td align='right' width='38%' class='footercenter'>";
$load = microtime();
echo "Generįlįsi idõ: <strong>".(number_format($load,2))." - ".$settings['counter']." </strong>".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
echo "</td>";
echo "<td width='15'><img src='".THEME."images/nav-right-down.png' width='38' height='40' alt=''></td></tr></table>";
echo "</td></tr></table>";
}

function render_news($subject, $news, $info) {

global $locale;
$news_count = $news;
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>&nbsp;&nbsp;".$subject."</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>".$news."</div><br>";
echo "<div style='margin-top:5px'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='infobar'>".newsposter($info)."</td>";
echo "<td align='right' class='infobar2'>";
echo openform("N",$info['news_id']).newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td></tr></table></div></td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'>";
echo "</td></tr><tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}

function render_article($subject, $article, $info) {

global $locale;

echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>&nbsp;&nbsp;".$subject."</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div><br>";
echo "<div style='margin-top:5px'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='infobar'>".articleposter($info)."</td>";
echo "<td align='right' class='infobar2'>";
echo openform("A",$info['article_id']).articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td></tr></table></div></td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "</tr><tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}

function opentable($title) {
$what = rand(1,1500);
if ($what <= 500 && $what >= 1) {
$panel_main = "panel-main";
} else if ($what <= 1000 && $what > 500) {
$panel_main = "panel-main1";
} else {
$panel_main = "panel-main2";
}
echo "\n\n<!-- BLOCKSTART -->\n<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr><td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='".$panel_main."'>&nbsp;&nbsp;".$title."</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'>\n";
}

function closetable() {

echo "</td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n<!-- BLOCKEND -->\n\n";
}

function openside($title) {
$what = rand(1,1500);
if ($what <= 500 && $what >= 1) {
$panel_main = "panel-main";
} else if ($what <= 1000 && $what > 500) {
$panel_main = "panel-main1";
} else {
$panel_main = "panel-main2";
}
echo "\n\n<!-- BLOCKSTART -->\n<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='".$panel_main."'>&nbsp;&nbsp;".$title."</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='side-body'>\n";
}

function closeside() {

echo "</td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n<!-- BLOCKEND -->\n\n";
}

function opensidex($title,$open="on") {

$boxname = str_replace(" ", "", $title);
$box_img = $open == "on" ? "off" : "on";
echo "\n\n<!-- BLOCKSTART -->\n<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td class='panel-main'>".$title."</td>";
echo "<td align='right' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' align='right' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='side-body'>";
echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {

echo "</div>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n<!-- BLOCKEND -->\n\n";
}

function tablebreak() {

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

Prasau kas galite padeti

va img as esu pasidares kad butu vietos ideti topus