$currentUrl = $_SERVER['REQUEST_URI']; if (strpos($currentUrl, '/chi/') !== false) { include('../../chi/_evsStyle.php'); } else if (strpos($currentUrl, '/s_chi/') !== false) { include('../../s_chi/_evsStyle.php'); } else { include('../../eng/_evsStyle.php'); } ?>
Skip to content $currentUrl = $_SERVER['REQUEST_URI']; if (strpos($currentUrl, '/chi/') !== false) { $engLink = 'https://www.evinco-software.com/easybilling/support/'; $schiLink = 'https://www.evinco-software.com/easybilling/support/s_chi/'; include('../../chi/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../chi/_evsHeader.php'); include('../../chi/_evsMenuBar.php'); include('../../chi/_evsTitleBar.php'); } else if (strpos($currentUrl, '/s_chi/') !== false) { $engLink = 'https://www.evinco-software.com/easybilling/support/'; $chiLink = 'https://www.evinco-software.com/easybilling/support/chi/'; include('../../s_chi/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../s_chi/_evsHeader.php'); include('../../s_chi/_evsMenuBar.php'); include('../../s_chi/_evsTitleBar.php'); } else { $chiLink = 'https://www.evinco-software.com/easybilling/support/chi/'; $schiLink = 'https://www.evinco-software.com/easybilling/support/s_chi/'; include('../../eng/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../eng/_evsHeader.php'); include('../../eng/_evsMenuBar.php'); include('../../eng/_evsTitleBar.php'); } ?>