Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/05/2008, 12:15
dannyelcar
 
Fecha de Ingreso: marzo-2008
Mensajes: 14
Antigüedad: 16 años, 9 meses
Puntos: 0
Respuesta: error edicion en Header.php

Cita:
Iniciado por the_scorpion Ver Mensaje
y cual es el codigo de header.php que me imagino queesa a de ser la pgina que esats editando
si aqui coloco el codigo:


<? // CURRENCIES

echo tep_draw_form('currencies', tep_href_link(basename($PHP_SELF), '', $request_type, false), 'get');

reset($currencies->currencies);
$currencies_array = array();
while (list($key, $value) = each($currencies->currencies)) {
$currencies_array[] = array('id' => $key, 'text' => $value['title']);
}

$hidden_get_variables = '';
reset($HTTP_GET_VARS);
while (list($key, $value) = each($HTTP_GET_VARS)) {
if ( ($key != 'currency') && ($key != tep_session_name()) && ($key != 'x') && ($key != 'y') ) {
$hidden_get_variables .= tep_draw_hidden_field($key, $value);
}
}

//echo tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id();
echo '</form>';
?>

</td></tr>
</table>
</td></tr>
<tr><td><img src=images/m16.gif width=160 height=18></td></tr>
</table>
</td></tr>
</table>
<table cellspacing=0 cellpadding=0>
<tr><td colspan=3 height=3></td></tr>
<tr><td width=207 valign=top>
<table cellspacing=0 cellpadding=0>
<tr><td><img src=images/m24.gif width=207 height=40></td></tr>
<tr><td class=bg1>
<table cellspacing=0 cellpadding=0 width=167 align=center>
<tr><td height=18></td></tr>