Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Include klaida

Parašė shit-· 2009 Vas. 1 15:02:31
#1

Kai bandau includinti onair_panel.php į dizainą, po baneriu man išmeta error.

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/nick/saitas/themes/dizainas/theme.php on line 64

Štai eulutės tos:

echo"<table cellspacing='0' cellpadding='0' ><tr><td align='left'>
<img src='".THEME."images/paveiksliukas.jpg'>";
include BASEDIR."infusions/onair_panel/onair_panel.php";
echo"</td></tr></table>


   echo "<table width='100%' cellpadding='1' bgcolor='#333333' cellspacing='1' border='0'><tr>";
}

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

   echo "</tr>\n</table>\n";




Ką aš blogai darau?