$areas_query=$this->db->query("SELECT * FROM area where no_habilitado=0 order by orden");
if ($areas_query->num_rows()) {
foreach ($areas_query->result() as $area) {?>
}}?>
include 'includes/analytics.php';?>