query($sql_settings); if($result_settings->num_rows > 0) { $settings = $result_settings->fetch_assoc(); } else { $settings = ['site_name' => 'GlobalWebix', 'site_phone' => '', 'site_email' => '', 'favicon' => '', 'header_logo' => '']; } } // --- FUNCTION TO FIX PATHS (Favicon & Logo) --- function get_smart_url($db_path) { if (empty($db_path)) return ""; if (file_exists($db_path)) return $db_path; if (file_exists('admin/' . $db_path)) return 'admin/' . $db_path; if (file_exists('../' . $db_path)) return '../' . $db_path; return 'admin/' . $db_path; } $favicon_url = get_smart_url($settings['favicon'] ?? ''); $logo_url = get_smart_url($settings['header_logo'] ?? ''); $site_url = "https://globalwebix.in/"; ?> <?php echo htmlspecialchars($settings['site_name']); ?> | Best IT Services, Web & App Development in India
NEW Welcome To - Providing Best IT Services.
×

Get a Free Quote

Request Sent!

We will contact you soon.