Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/acadevo.in/includes/common/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $current_page = basename($_SERVER['PHP_SELF'], '.php'); $excluded_pages = [ 'landing', 'wbchse-extends-deadline-to-surrender-hs-2025-results-under-regulation-9-2', 'neet-2025-result-date-everything-you-need-to-know', 'breaking-barriers-male-nursing-colleges-admission-2025-2026', 'bpharma-admission-2025-26-your-gateway-to-a-promising-pharmacy-career-in-wb', 'join-acadevo-admission-partner=program-earn-extra', ]; if (!in_array($current_page, $excluded_pages)) : ?> <section class="page-title" style="background-image: url(public/assets/images/background/page-title.jpg);"> <div class="auto-container"> <div class="title-outer"> <h1 class="title"> <?php echo isset($page_heading[$lastUriSegment]) && is_array($page_heading[$lastUriSegment]) ? htmlspecialchars($page_heading[$lastUriSegment]['page_heading']) : "Page Not Found"; ?> </h1> <ul class="page-breadcrumb"> <li> <a href="index.html"> <?php echo isset($page_heading2['home_breadcrumb']) ? htmlspecialchars($page_heading2['home_breadcrumb']) : "Home"; // Default to "Home" if not found ?> </a> </li> <?php if (isset($page_heading2[$lastUriSegment]) && is_array($page_heading2[$lastUriSegment]) && !empty($page_heading2[$lastUriSegment]['page_heading2'])) : ?> <li> <?php echo htmlspecialchars($page_heading2[$lastUriSegment]['page_heading2']); ?> </li> <?php endif; ?> </ul> </div> </div> </section> <?php endif; ?>