}
?>
>
            <a id="menuConsRes" href="javascript:;">
                <i><img src="<?php 
echo $_layoutParams['ruta_img'];
?>
buscar.png" width="24px" /></i>
                <span>Consultar Reserva</span>
            </a>
        </li>
        
        

        <?php 
if (Session::accesoView('Admin')) {
    ?>
        <li <?php 
    if ($this->currentMenu == 2 || $this->currentMenu == 3 || $this->currentMenu == 4) {
        ?>
class="open active hasChild"<?php 
    }
    ?>
>
            <a href="javascript:;">
                <i><img src="<?php 
    echo $_layoutParams['ruta_img'];
    ?>
adm.png" width="24px" /></i>
                <span>Administraci&oacute;n</span> <span  style="float: right;"><img src="<?php 
    echo $_layoutParams['ruta_img'];