get_lang('hostlist'); $table = Database::get_main_table('vchamilo'); $sql = "SELECT sitename, root_web FROM $table WHERE visible = 1"; if ($virtualChamilo == '%') { $result = Database::query($sql); $_template['hosts'] = array(); if ($result) { while ($vchamilo = Database::fetch_assoc($result)) { $_template['hosts'][] = $vchamilo; } } }