private function _parse_get_menus($data = array(), $return = array())
 {
     foreach ($data as $val) {
         if ($val['tipo'] == 'title') {
             $return[$val['uID']]['text'] = url_title($val['texto'], '_', TRUE);
         } else {
             $return[$val['parent']]['links'][$val['uID']]['active'] = array('page', $val['uID'], url_title($val['texto'], '-', TRUE));
             $return[$val['parent']]['links'][$val['uID']]['url'] = isset($val['external_link']) && !empty($val['external_link']) ? $val['external_link'] : frontend_url(array('page', $val['uID'], url_title($val['texto'], '-', TRUE)));
             $return[$val['parent']]['links'][$val['uID']]['attributes'] = $val['attributes'];
             $return[$val['parent']]['links'][$val['uID']]['text'] = url_title($val['texto'], '_', TRUE);
         }
     }
     unset($data, $val);
     return $return;
 }
">
    	    </div>
    	</div>
	<?php 
}
?>

        <div class="sep" id="form-handler"><span></span></div>

        <h3><?php 
echo tr('_PAGE_CONTACT_FORM_title_');
?>
</h3>

	<?php 
echo form_open(frontend_url(array('contact')) . '#form-handler', array('id' => 'contact_form'));
?>

	<?php 
if (isset($data['contacto_form_error']) && !empty($data['contacto_form_error'])) {
    ?>
    	<div class="message">
    	    <div id="contact_alert" class="alert <?php 
    echo $data['contacto_form_class'];
    ?>
">
		    <?php 
    echo $data['contacto_form_error'];
    ?>
    	    </div>
    	</div>
echo tr('_PAGE_RESERVATION_WIZARD_PAYMENTS_error_');
?>
</div>


                        <div class="alert info mt20 mb20">
                            <h3 class="mb0"><?php 
echo tr('_PAGE_RESERVATION_WIZARD_step_final_conditions_');
?>
</h3>
                        </div>

                        <input type="checkbox" name="conditions" id="wizard_conditions" value="" class="required" style="float:left;">
                        <label for="wizard_conditions" style="float:left; margin-left: 5px;">
                            <a href="<?php 
echo frontend_url(array('reservation', 'conditions'));
?>
" target="_blank"><?php 
echo tr('_GLOBAL_conditions_');
?>
</a>
                        </label>
                        <div class="form-clear"></div>

                        <div class="alert error mt10 displayNone payments_methods_conditions_error"><?php 
echo tr('_PAGE_RESERVATION_WIZARD_CONDITIONS_error_');
?>
</div>

                        <div class="form-clear"></div>
}
?>
        <?php 
if ((bool) $this->settings_model->system['_user_register_enabled_'] === TRUE) {
    ?>
            <a href="<?php 
    echo backend_url(array('auth', 'register'));
    ?>
" class="text-center"><?php 
    echo tr('_BACKEND_AUTH_register_');
    ?>
</a>
        <?php 
}
?>
    </div>


    <?php 
echo form_close();
?>
    <div class="margin text-center">
        <a href="<?php 
echo frontend_url();
?>
"><i class="glyphicon glyphicon-arrow-left"></i> <?php 
echo tr('_BACKEND_go_frontend_');
?>
</a>
    </div>
</div>
echo tr('_PAGE_VILLAS_VILLA_SPA_II_title_');
?>
</h2>
	<?php 
echo tr('_PAGE_VILLAS_VILLA_SPA_II_text_');
?>

        <div class="sep mt20"><span></span></div>

        <h3><?php 
echo tr('_PAGE_VILLAS_links_');
?>
</h3>
        <ul class="links">
            <li><h5><a href="http://villascomfort.com/en/properties/?titulo=VillaSpa#listing-container"><?php 
echo tr('_MENU_reservation_');
?>
</a></h5></li>
            <li><h5><a href="<?php 
echo frontend_url(array('contact'));
?>
"><?php 
echo tr('_MENU_contact_');
?>
</a></h5></li>
        </ul>
    </div>
</section>
<?php 
$this->template->widget('footer');
$this->template->widget('gallery', 'gallery_model', 'get_gallery', 3, 'gallery');
                            </p>
                        </li>
                        <!-- USER LINKS -->
                        <li class="user-footer">
                            <div class="pull-left">
                                <a href="<?php 
echo backend_url(array('user', 'profile'));
?>
" class="btn btn-default btn-flat"><?php 
echo tr('_GLOBAL_my_profile_');
?>
</a>
                            </div>
                            <div class="pull-right">
                                <a href="<?php 
echo frontend_url(array('auth', 'logout'));
?>
" class="btn btn-default btn-flat"><?php 
echo tr('_GLOBAL_logout_');
?>
</a>
                            </div>
                        </li>
                    </ul>
                </li>


            </ul>
        </div>
    </nav>
</header>