Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/08/2009, 01:55
otix
 
Fecha de Ingreso: agosto-2009
Mensajes: 1
Antigüedad: 14 años, 8 meses
Puntos: 0
Parse error: parse error, expecting `','' or `';'' in on line 12

Hola, me da este error y este es el código, puede ayudarme alguien

<?php
defined('_VALID_MOS') or die('Direct Access to this location is not allowed.'); $iso = split('=', _ISO);
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>

<head>
<?php if ($my->id) initeditor(); ?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>"; />
<?php mosShowHead();
echo "<link rel="stylesheet" href="$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css"type="text/css" />";
echo "<link rel="shortcut icon" href="$GLOBALS[mosConfig_live_site]/images/favicon.ico" />";
?>
</head>

<!-- ODVAJANJE ZAREZOM -->
<body id="color">

<div id="centarmain" style="font-size:12px; width:1000px;">
<div id="rel">

<!--header-->
<div id="header">

<div id="logo">

<div id="tags"><h1><a href="/realtor/index.php" title="Joomla Real Estate Template">Joomla Realestate Portfolio Template</a></h1></div>

</div>
<div id="banner" style="width:468px;"><img height="60" width="468" src="/realtor/images/stories/banner468x60.png" alt="" title="" /></div>

</div>
<!-- end header -->