$imgSelect = @strval($seccion['imagenSelect']);
$this->_tipoMenu = @strval($seccion['tipoMenu']);
$this->_link = @strval($seccion['link']);
+
$this->_imagen = new MECON_Marco_ImagenAnimada( $imgComun,
$imgMouseOn,
$imgSelect,
$retorno = 0;
if (isset($tmp) && array_key_exists($this->_nombre,$tmp)) {
foreach ($tmp[$this->_nombre] as $t) {
- if ($link_sel == $t) {
+ if (rtrim($link_sel, '/') == rtrim($t, '/')) {
$retorno = 1;
}
}