'; echo ''.__('All').''; $a = db_get_all_rows_sql($sql); foreach ($a as $valor) { echo ''.$valor['descripcion'].''; } echo '';