Cita:
Iniciado por the_scorpion 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>