MMCT TEAM
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/websites/aamodernschool.com/config/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/websites/aamodernschool.com/config/config.php
<?php
$base_url	= '';
$base_url = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http");
$base_url .= "://" . $_SERVER['HTTP_HOST'];
$base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']), "", $_SERVER['SCRIPT_NAME']);

$uriSegments = explode("/", parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
$lastUriSegment = array_pop($uriSegments);

$site_name = "Arkayan Academy Modern Public School";
$site_short_name = "AAMPS";



$favicon = $base_url . 'public/images/favicon.ico';
$logo_top = $base_url . 'public/img/logo/header-logo.png';
$logo_bottom = $base_url . 'public/img/logo/footer-logo.png';


$banner_images = array(
	'about' => 'public/new-assets/img/breadcrum.png',
	'mission' => 'public/new-assets/img/breadcrum.png',
	'vision' => 'public/new-assets/img/breadcrum.png',
	'admissions' => 'public/new-assets/img/breadcrum.png',
);

// Set the banner image dynamically based on the current page
// $banner_image = isset($banner_images[$lastUriSegment]) ? $banner_images[$lastUriSegment] : 'public/new-assets/img/defaultBanner.jpg';

$bg_404 = $base_url . 'public/img/bg/404-img.png';
$bg_comeingsoon = $base_url . 'public/img/class/comeing.jpg';
$features_img = 'public/img/features/img-07.jpeg';
$admission_home_img = 'public/img/features/img-14.jpeg';


$page_heading = array(
	'about' => array(
		'page_heading' => 'About Us'
	),

	'principal-desk' => array(
		'page_heading' => 'Pricipal Desk'
	),

	'director-desk' => array(
		'page_heading' => 'Director Desk'
	),
	'chairman-desk' => array(
		'page_heading' => 'Chairman Desk'
	),
	'govering-body' => array(
		'page_heading' => 'Governing Body'
	),

	'teaching-staff' => array(
		'page_heading' => ' Teaching Staff'
	),


	'non-teaching-staff' => array(
		'page_heading' => ' Non Teaching Staff'
	),

	'school-house' => array(
		'page_heading' => 'School House'
	),

	'event' => array(
		'page_heading' => 'School event'
	),
	'classroom' => array(
		'page_heading' => 'Our Classroom'
	),
	'library' => array(
		'page_heading' => 'Our Library'
	),
	'lab' => array(
		'page_heading' => 'Our Laboratory'
	),
	'hostel' => array(
		'page_heading' => ' Our hostel'
	),
	'canteen' => array(
		'page_heading' => 'Our canteen'
	),
	'transportation' => array(
		'page_heading' => 'Our Transportation    '
	),

	'placement' => array(
		'page_heading' => 'Placement Day'
	),

	'b-pharm' => array(
		'page_heading' => 'B.pharm(Bachalor Of Pharmacy)'
	),



	'prospectus' => array(
		'page_heading' => 'Prospectus'
	),

	'gallery' => array(
		'page_heading' => 'Gallery'
	),

	'infrastructure' => array(
		'page_heading' => 'Infrastructure'
	),

	'course' => array(
		'page_heading' => 'Course'
	),

	'method-subject' => array(
		'page_heading' => 'Method Subject'
	),

	'fee-structure' => array(
		'page_heading' => 'Fee Structure'
	),
	'mandatory-disclosure' => array(
		'page_heading' => 'Mandatory Disclosure'
	),

	'contact' => array(
		'page_heading' => 'Contact Us'
	),


	'notice' => array(
		'page_heading' => 'Notice Board'
	),

	'affidavit' => array(
		'page_heading' => 'Affidavit'
	),

	'affiliation' => array(
		'page_heading' => 'Affiliation'
	),




	// Add more pages here
);

$page_heading2 = array(
	'about' => array(
		'page_heading2' => 'Know Us More'
	),

	'principal-desk' => array(
		'page_heading2' => 'Message from the Principal'
	),

	'director-desk' => array(
		'page_heading2' => 'Message from the Director'
	),
	'chairman-desk' => array(
		'page_heading2' => 'A Word from Our Chairman'
	),
	'govering-body' => array(
		'page_heading2' => 'Leadership & Governance'
	),

	'teaching-staff' => array(
		'page_heading2' => 'Teaching Staff'
	),

	'school-house' => array(
		'page_heading2' => 'School House'
	),

	'event' => array(
		'page_heading2' => 'School Event'
	),

	'mandatory-disclosure' => array(
		'page_heading2' => 'Mandatory Disclosure'
	),

	'non-teaching-staff' => array(
		'page_heading2' => 'Non Teaching Staff'
	),
	'classroom' => array(
		'page_heading2' => 'Modern & Interactive Learning Spaces'
	),
	'library' => array(
		'page_heading2' => 'A Treasure Trove of Knowledge'
	),
	'lab' => array(
		'page_heading2' => 'Hands-on Learning in Advanced Labs'
	),
	'hostel' => array(
		'page_heading2' => 'Safe & Comfortable Student Accommodation'
	),
	'canteen' => array(
		'page_heading2' => 'Delicious & Healthy Campus Dining'
	),
	'transportation' => array(
		'page_heading2' => 'Seamless Connectivity for Students'
	),
	'placement' => array(
		'page_heading2' => 'Launching Careers in Pharmacy'
	),

	'prospectus' => array(
		'page_heading2' => 'Your Guide to Gitanjali College of Pharmacy'
	),
	'gallery' => array(
		'page_heading2' => 'Snapshots of Campus Life & Events'
	),
	'contact' => array(
		'page_heading2' => 'Connect with Us – We’re Here to Help'
	),
	'notice' => array(
		'page_heading2' => 'Important Admission Notice '
	)
);



$menu = [
	"Home" => "$base_url",
	"About Us" => [
		"About Institute" => "about",
		"Principal Desk" => "principal-desk",
		"Director Desk" => "director-desk",
		"Governing Body" => "govering-body",
		"Notice-Board" => "notice",
		"Mandatory-disclosure" => "mandatory-disclosure",
	],

	"Faculty" => [
		"Teaching Staff" => "teaching-staff",
		// "Non-teaching Staff" => "non-teaching-staff",
	],
	"Events" => [

		"School House" => "school-house",
		"School Events" => "event",

	],
	"Gallery" => "gallery",


	"Contact" => "contact"
];





$header_menu_special = array('text' => 'Contact Us', 'url' => $base_url . 'apply_now');

$pages_arr = [
	"" => "home",
	"about" => "about",

	"principal-desk" => "about",
	"chairman-desk" => "about",
	"director-desk" => "about",
	"govering-body" => "about",
	"notice" => "about",
	"teaching-staff" => "others",
	"event" => "others",
	"school-house" => "others",
	"non-teaching-staff" => "others",
	"classroom" => "facilities",
	"library" => "facilities",
	"lab" => "facilities",
	"hostel" => "facilities",
	"canteen" => "facilities",
	"transportation" => "facilities",
	"placement" => "others",


	"prospectus" => "others",

	"fee-structure" => "course",
	"method-subject" => "course",
	"mandatory-disclosure" => "others",


	"contact" => "others",
	"privacy_policy" => "others",

	"infrastructure" => "others",
	"gallery" => "others",
	"syllabus" => "others",
	"terms&condition" => "others",
	"refund_policy" => "others",
	"apply_now" => "others",
	'coming-soon' => "others",



];

$footer_menues = [
	'Home' => $base_url . '',
	'About' => $base_url . 'about',
	'courses' => $base_url . 'bscn',
	'Contact-us' => $base_url . 'contact_us',
	'Blog' => $base_url . '',

	'Terms & Condition' => $base_url . 'terms&condition',
	'privacy & Policy' => $base_url . 'Privacy_Policy',
	'refund policy' => $base_url . 'refund_policy',
];





$slides = [
	[
		'image' => 'public/img/agnibina/banner_1.webp',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		//    'caption2'=>'Education is the best key success in life',
		'title' => 'WELCOME TO',
		'title1' => 'AGNIBINA SCHOOL OF PHARMACY',

	],
	[
		'image' => 'public/img/agnibina/banner_2.webp',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		// 'caption2'=>'Education is the best key success in life',
		'title' => 'YOUR FUTURE BEGINS AT OUR ',
		'title1' => 'AGNIBINA SCHOOL OF PHARMACY',

	],

	[
		'image' => 'public/img/agnibina/banner_3.webp',
		'caption' => 'It is the mission of our educational institution to provide a nurturing environment for the students. We aim to transform the youngsters through sound academic education with a distinct worldview.',
		// 'caption2'=>'Education is the best key success in life',
		'title' => 'START YOUR FUTURE AT',
		'title1' => 'AGNIBINA SCHOOL OF PHARMACY',

	],

];




//Meta data

$page_meta = [
	"contact-us" => array(
		"title" => "Contact Us",
		"page_heading" => "Contact Us"
	),
	"rules-regulation" => array(
		"title" => "Rules-regulation",
		"page_heading" => "Rules-regulation"
	),
	"fee-structure" => array(
		"title" => "Fee Structure",
		"page_heading" => "Fee Structure"
	),
	"admission" => array(
		"title" => "Admission 2024",
		"page_heading" => "Admission"
	),
	"curriculum" => array(
		"title" => "Curriculum",
		"page_heading" => "Curriculum"
	),
	"mission-vision" => array(
		"title" => "Mission & Vision",
		"page_heading" => "Mission & Vision"
	),
	"management" => array(
		"title" => "Managing Director Message",
		"page_heading" => "Director Message"
	),
	"courses" => array(
		"title" => "Courses",
		"page_heading" => "Courses"
	),
	"classinfrastructure" => array(
		"title" => "Infrastructure",
		"page_heading" => "Infrastructure"
	),
	"gallery" => array(
		"title" => "GPS Gallery",
		"page_heading" => "GPS Gallery"
	),
	"mandatory-disclosure" => array(
		"title" => "Mandatory Disclosure",
		"page_heading" => "Mandatory Disclosure"
	),
	"terms-conditions" => array(
		"title" => "Terms & Conditions",
		"page_heading" => "Terms & Conditions"
	),
	"privacy-policy" => array(
		"title" => "Privacy Policy",
		"page_heading" => "Privacy Policy"
	),
	"school-activities" => array(
		"title" => "School Activities",
		"page_heading" => "School Activities"
	),
	"school-house" => array(
		"title" => "School House",
		"page_heading" => "School House"
	),
	"information" => array(
		"title" => "About-us",
		"page_heading" => "Information"
	),
	"students-details" => array(
		"title" => "Student-details",
		"page_heading" => "Student-details"
	),
	"examination" => array(
		"title" => "Examination",
		"page_heading" => "Examination"
	),
	"syllabus" => array(
		"title" => "Syallabus",
		"page_heading" => "Syallabus"
	),
	"result" => array(
		"title" => "Result",
		"page_heading" => "Result"
	),
	"faculty" => array(
		"title" => "Faculty",
		"page_heading" => "Faculty"
	),
	"house-event" => array(
		"title" => "House-event",
		"page_heading" => "House-event"
	),
	"celebration" => array(
		"title" => "Celebration Blog",
		"page_heading" => "Celebration"
	),
	"project" => array(
		"title" => "Project",
		"page_heading" => "School Project"
	),

	"excursion" => array(
		"title" => "Excursion",
		"page_heading" => "School Excursion"
	),

	"laboratory" => array(
		"title" => "Laboratory",
		"page_heading" => "School Laboratory"
	),
	"digital-classroom" => array(
		"title" => "digital-classroom",
		"page_heading" => "digital-classroom"
	),
	"about-us" => array(
		"title" => "About-us",
		"page_heading" => "About-Us"
	)


];

$page_title = [
	"home" => "Arkayan Academy Modern Public School, Jateswar, Alipurduar | CBSE Schools",

	"about" => "About Us: Nurturing Young Minds with Excellence in Education",
	"chairman-desk" => "About Us: Nurturing Young Minds with Excellence in Education",
	"director-desk" => "Director's Desk | CBSE Schools - Arkayan Academy Modern Public School",
	"govering-body" => "Governing Body | Best CBSE & English Medium School in Alipurduar",
	"mission" => "About Us: Nurturing Young Minds with Excellence in Education",
	"notice" => "Notice Board | Updates & Announcements - Arkayan Academy Modern Public School",
	"principal-desk" => "Principal's Desk | Arkayan Academy Modern Public School, Jateswar | CBSE Schools",
	"vision" => "About Us: Nurturing Young Minds with Excellence in Education",

	"contact" => "Arkayan Academy Modern Public School - Contact Information & Support",
	"event" => "Morning Star School Event: Exciting CBSE Activities in Alipurduar",
	"gallery" => "MSMS Gallery: A Snapshot of Student Life & Events",
	"infrastructure" => "",
	"mandatory-disclosure" => "Mandatory Disclosure of MSME - Top CBSE Schools in Alipurduar",
	"non-teaching-staff" => "Non-Teaching Staff at CBSE Schools in Alipurduar | MSMS Jateswar",
	"placement" => "",
	"privacy_policy" => "",
	"prospectus" => "",
	"refund_policy" => "",
	"school-house" => "Arkayan Academy Modern Public School: A Place for Bright Futures",
	"syllabus" => "",
	"teaching-staff" => "Meet Our Teaching Staff : Experts Committed to Student Success",
	"terms&condition" => "",
];

$page_keywords = [
	"home" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"about" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"chairman-desk" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"director-desk" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"govering-body" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"mission" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"notice" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"principal-desk" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"vision" => "english medium schools in alipurduar, english medium school, english medium school near me​, best english medium school near me​, english medium schools jateswar alipurduar, cbse schools in alipurduar, top 10 schools in alipurduar, Top CBSE Schools in Alipurduar, List of cbse school in alipurduar, cbse schools in alipurduar town, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"contact" => "best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"event" => "best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri,",

	"gallery" => "best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"infrastructure" => "",

	"mandatory-disclosure" => "english medium school teachers, english medium school in alipurduar, english medium school siliguri, english medium school website, english medium school, Best english medium school in falakata, CBSE school in falakata, Top english medium school in falakata, Best english medium school in birpara west bengal, English medium school in birpara west bengal fees, English medium school facilities cbse, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"non-teaching-staff" => "english medium school teachers, english medium school in alipurduar, english medium school siliguri, english medium school website, english medium school, Best english medium school in falakata, CBSE school in falakata, Top english medium school in falakata, Best english medium school in birpara west bengal, English medium school in birpara west bengal fees, English medium school facilities cbse, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"placement" => "",
	"privacy_policy" => "",
	"prospectus" => "",
	"refund_policy" => "",

	"school-house" => "best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri,",

	"syllabus" => "",

	"teaching-staff" => "english medium school teachers, english medium school in alipurduar, english medium school siliguri, english medium school website, english medium school, Best english medium school in falakata, CBSE school in falakata, Top english medium school in falakata, Best english medium school in birpara west bengal, English medium school in birpara west bengal fees, English medium school facilities cbse, best english medium school in alipurduar district, Best english medium school in alipurduar cbse, best english medium school in alipurduar cbse board, cbse board school in alipurduar, cbse schools in alipurduar town, top cbse schools in alipurduar, best cbse schools in alipurduar, top 10 schools in alipurduar , alipurduar best school, top schools of alipurduar, best english medium school in jalpaiguri",

	"terms&condition" => "",

];

$page_description = [
	"home" => "Arkayan Academy Modern Public School, Jateswar, Alipurduar, is affiliated with CBSE, New Delhi. We offer quality education in a nurturing environment for all students.",

	"about" => "Arkayan Academy Modern Public School provides a K-12 education combining academic excellence and cultural values, preparing students for success.",
	"chairman-desk" => "Arkayan Academy Modern Public School provides a K-12 education combining academic excellence and cultural values, preparing students for success.",
	"director-desk" => "Visit the Director's Desk at Arkayan Academy Modern Public School, a premier CBSE school in Jateswar, committed to nurturing students for academic and personal growth.",
	"govering-body" => "Meet the Governing Body of Arkayan Academy Modern Public School, a top CBSE and English medium school in Alipurduar, dedicated to shaping future leaders.",
	"mission" => "Arkayan Academy Modern Public School provides a K-12 education combining academic excellence and cultural values, preparing students for success.",
	"notice" => "Stay updated with the latest notices and announcements at Arkayan Academy Modern Public School, your go-to source for important news and events.",
	"principal-desk" => "Welcome to the Principal's Desk at Arkayan Academy Modern Public School. Learn about our mission, vision, and commitment to student excellence in Jateswar, Alipurduar.",
	"vision" => "Arkayan Academy Modern Public School provides a K-12 education combining academic excellence and cultural values, preparing students for success.",

	"contact" => "Contact us for any questions about Arkayan Academy Modern Public School. Whether it's admissions, events, or general inquiries, we're happy to assist you.",
	"event" => "Join the vibrant events at Arkayan Academy Modern Public School, the best CBSE English medium school in Alipurduar. Experience education beyond the classroom.",
	"gallery" => "Browse our gallery to see the vibrant life at Arkayan Academy Modern Public School, showcasing academic achievements, cultural events, and student activities.",
	"infrastructure" => "",
	"mandatory-disclosure" => "Access the mandatory disclosure information for Arkayan Academy Modern Public School, a top CBSE and English medium school in Alipurduar, ensuring transparency and trust.",
	"non-teaching-staff" => "Discover dedicated non-teaching staff at the best English medium school in Alipurduar, ensuring a supportive learning environment.",
	"placement" => "",
	"privacy_policy" => "",
	"prospectus" => "",
	"refund_policy" => "",
	"school-house" => "Explore Arkayan Academy Modern Public School, offering a nurturing environment for students to excel academically and grow personally in a supportive community.",
	"syllabus" => "",
	"teaching-staff" => "Meet the dedicated teaching staff at Arkayan Academy Modern Public School, a top CBSE and English medium school in Alipurduar, committed to excellence in education.",
	"terms&condition" => "",
];


$galleries = [
	['src' => 'public/img/gallery/gal1.png', 'caption' => 'school house'],
	['src' => 'public/img/gallery/gal2.png', 'caption' => 'Drowing compitition'],
	['src' => 'public/img/new-images/teach-2-gal.jpeg', 'caption' => 'Prize distibution'],
	['src' => 'public/img/gallery/gal4.png', 'caption' => 'Prize distibution'],
	['src' => 'public/img/new-images/teach-1-gal.jpeg', 'caption' => 'School building'],
	['src' => 'public/img/gallery/gal6.png', 'caption' => 'art and craft'],
	['src' => 'public/img/gallery/gal7.png', 'caption' => 'Assembly'],
	['src' => 'public/img/gallery/gal8.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal9.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal10.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal11.png', 'caption' => 'gallery'],
	['src' => 'public/img/new-images/teach-2-gal.jpeg', 'caption' => 'gallery'],
	['src' => 'public/img/new-images/teach-1-gal.jpeg', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal4.png', 'caption' => 'gallery'],
	['src' => 'public/img/new-images/teach-2-gal.jpeg', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal6.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal7.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal8.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal9.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal20.png', 'caption' => 'gallery'],
];

$galleries1 = [
	['src' => 'public/img/mta-member/1.png', 'caption' => 'school house'],
	['src' => 'public/img/mta-member/2.png', 'caption' => 'Drowing compitition'],
	['src' => 'public/img/mta-member/3.png', 'caption' => 'Prize distibution'],
	['src' => 'public/img/mta-member/4.png', 'caption' => 'Prize distibution'],
	['src' => 'public/img/mta-member/5.png', 'caption' => 'School building'],
	['src' => 'public/img/mta-member/6.png', 'caption' => 'art and craft'],
	['src' => 'public/img/mta-member/7.png', 'caption' => 'Assembly'],
	['src' => 'public/img/mta-member/8.png', 'caption' => 'gallery'],
	['src' => 'public/img/mta-member/9.png', 'caption' => 'gallery'],
	['src' => 'public/img/mta-member/10.png', 'caption' => 'gallery'],
	['src' => 'public/img/gallery/gal2.png', 'caption' => 'Drowing compitition'],
	['src' => 'public/img/new-images/teach-2-gal.jpeg', 'caption' => 'School building'],


];

//Meta data


$styles = [
	// "public/css/bootstrap.min.css"=>"prefetch",
	// "public/css/animate.min.css"=>"prefetch",
	// "public/css/magnific-popup.css"=>"prefetch",
	// "public/fontawesome/css/all.min.css"=>"prefetch",
	// "public/css/dripicons.css"=>"prefetch",
	// "public/css/meanmenu.css"=>"prefetch",
	// "public/css/default.css"=>"prefetch",
	// "public/css/style.css"=>"prefetch",
	// "public/css/custom.css"=>"prefetch",
	// "public/css/responsive.css"=>"prefetch"
];

$scripts = [
	// "public/vendors/bootstrap/js/bootstrap.min.js"

];

if (empty($lastUriSegment)) {

	array_push(
		$scripts,
		"public/vendors/rev-slider/js/jquery.themepunch.tools.min.js",
		"public/vendors/rev-slider/js/jquery.themepunch.revolution.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.actions.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.carousel.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.kenburn.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.layeranimation.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.migration.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.navigation.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.parallax.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.slideanims.min.js",
		"public/vendors/rev-slider/js/extensions/extensionsrevolution.extension.video.min.js",
		"public/js/rev-slider.js"
	);
}





function getUrl()
{
	if (!isset($_SERVER['REQUEST_URI'])) {
		$url = $_SERVER['REQUEST_URI'];
	} else {
		$url = $_SERVER['SCRIPT_NAME'];
		$url .= (!empty($_SERVER['QUERY_STRING'])) ? '?' . $_SERVER['QUERY_STRING'] : '';
	}
	return $url;
}


//getUrl gets the queried page with query string
function cache($buffer)
{ //page's content is $buffer
	$url = getUrl();
	$filename = md5($url) . '.cache';
	$data = time() . '¦' . $buffer;
	$filew = fopen("cache/" . $filename, 'w');
	fwrite($filew, $data);
	fclose($filew);
	return $buffer;
}

function display()
{
	$url = getUrl();
	$filename = md5($url) . '.cache';
	if (!file_exists("/cache/" . $filename)) {
		return false;
	}
	$filer = fopen("cache/" . $filename, 'r');
	$data = fread($filer, filesize("cache/" . $filename));
	fclose($filer);
	$content = explode('¦', $data, 2);
	if (count($content) != 2 or !is_numeric($content['0'])) {
		return false;
	}
	if (time() - (100) > $content['0']) { // 100 is the cache time here!!!
		return false;
	}
	echo $content['1'];
	die();
}

MMCT - 2023