query("SELECT * FROM `his_page` WHERE `id` = '".$page_id."'")->fetch_assoc();
$content = $pages['content'] ?? '';
$page_id = $pages['id'] ?? 1;
define('DEFAULT_PAGE','1');
if (DEFAULT_PAGE == $page_id) {
$sliders = full('main_slider');
// Fetch Why Choose Us items from database
$whyChooseItems = [];
$whyQuery = $con->query("SELECT * FROM why_choose_us WHERE status = 1 ORDER BY sort_order ASC");
if ($whyQuery && $whyQuery->num_rows > 0) {
while($item = $whyQuery->fetch_assoc()) {
$whyChooseItems[] = $item;
}
}
?>
num_rows): ?>
fetch_assoc()) {
$sliderData[] = (object) $s;
}
$firstSlider = $sliderData[0];
$secondSlider = isset($sliderData[1]) ? $sliderData[1] : $firstSlider;
?>
'slider_bottom_1_title',
'desc' => 'slider_bottom_1_description',
'link' => 'slider_bottom_1_link',
'icon' => 'slider_bottom_1_icon',
'default_icon' => 'fa-edit',
'default_title' => 'Online Admission',
'default_desc' => 'Fill form & get admission in our college'
],
[
'title' => 'slider_bottom_2_title',
'desc' => 'slider_bottom_2_description',
'link' => 'slider_bottom_2_link',
'icon' => 'slider_bottom_2_icon',
'default_icon' => 'fa-search',
'default_title' => 'Verify Admission',
'default_desc' => 'Verify your admission status online'
],
[
'title' => 'slider_bottom_3_title',
'desc' => 'slider_bottom_3_description',
'link' => 'slider_bottom_3_link',
'icon' => 'slider_bottom_3_icon',
'default_icon' => 'fa-credit-card',
'default_title' => 'Pay Fee Online',
'default_desc' => 'Pay your course fee securely online'
],
[
'title' => 'slider_bottom_4_title',
'desc' => 'slider_bottom_4_description',
'link' => 'slider_bottom_4_link',
'icon' => 'slider_bottom_4_icon',
'default_icon' => 'fa-trophy',
'default_title' => 'Check Result',
'default_desc' => 'View your examination results'
],
];
foreach ($actionItems as $item):
?>
=ES($item['title'], $item['default_title'])?>
=ES($item['desc'], $item['default_desc'])?>
=getSetting('why_choose_title') ?: 'Why Choose Vidyapath?'?>
=htmlspecialchars($item['title'])?>
=htmlspecialchars($item['description'])?>
NCTE Approved
Recognized by NCTE, valid for teaching jobs across India
Expert Faculty
Highly qualified educators with years of teaching experience
Modern Infrastructure
Smart classrooms, well-equipped labs & extensive library
Placement Assistance
100% placement support in top schools across Gujarat
Comprehensive Curriculum
NCTE aligned syllabus with practical teaching experience
Affordable Fees
Quality education at reasonable cost with scholarship options
Start Your Teaching Career With Vidyapath!
Join 5,000+ successful educators. Admissions open for 2024-25 academic year.
'.($pages['content'] ?? '').'
';
}
include 'includes/footer.php';
?>