kohjhjhصثقص5572hjkhk7872ثقصثقgdfgdg
Ele57885fddfg872782782782 hjkhj782dfgfghgقفغفغفقhfg555434536
/
home4
/
kisgavwq
/
aadharshilasouth.in
/
Upload FileeE
HOME
<?php //index.php session_start(); require_once("includes/settings.php"); require_once("includes/database.php"); require_once("includes/classes/db.cls.php"); require_once("includes/classes/sitedata.cls.php"); require_once("includes/functions/common.php"); require_once("includes/classes/Pages.cls.php"); require_once("includes/classes/Menus.cls.php"); $db = new SiteData(); $pageObj = new Pages(); $menuObj = new Menus(); if(isset($_GET['page'])){ $url = filter($_REQUEST['page']); $res = $pageObj->getPageByUrl($url); $total = $res['NO_OF_ITEMS']; $page_name = stripslashes($res['oDATA'][0]['page_name']); $page_contents = stripslashes($res['oDATA'][0]['page_contents']); $page_type = stripslashes($res['oDATA'][0]['page_type']); $page_title = stripslashes($res['oDATA'][0]['page_title']); $page_metadesc = stripslashes($res['oDATA'][0]['page_metadesc']); $page_metakeywords = stripslashes($res['oDATA'][0]['page_metakeywords']); if($total == 0){redirect(SITE_HOME."index.php");} }?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> <meta name="keywords" content="<?=$page_metakeywords?>" /> <meta name="description" content="<?=$page_metadesc?>" /> <meta name="author" content="ashaniabacus.com" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title> <?=PAGE_TITLE?> </title> <meta name="keywords" content="Aadharshila Education & Charitable Trust Gujarat" /> <meta name="description" content="Aadharshila Education & Charitable Trust Gujarat" /> <meta name="copyright" content="Copyright 2022 Aadharshila Education & Charitable Trust"/> <meta name="ROBOTS" content="index,follow"/> <meta name="revisit-after" content="7 days"/> <meta name="document-classification" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="publisher" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="author" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="copyright" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="language" content="en-us"/> <meta name="distribution" content="GLOBAL"/> <meta name="geo.region" content="INDIA"/> <meta name="geo.placename" content="Aadharshila Education & Charitable Trust At. & Po. Valad, Opp. Reliance Petrol Pump, Naroda-Himmatnagar N. H. No. 48 Gandhinagar, Gujarat, India 382355"/> <?php include("css.php");?> </head> <body> <div id="page"> <?php include("header.php");?> <div class="page-header" style="background-image: url(img/bggg.jpg);"> <div class="breadcrumb-box"> <div class="container"> <div class="section-title text-left animated fadeInUp visible" data-animation="fadeInUp"> <h2 class="title" style="font-size: 33px; font-weight: 600;">News & Event</h2> </div> </div> </div> </div> <!-- slider --> <section id="additional" class="page-section"> <div class="container"> <div class="row"> <!--<h3 class="title" align="center">NEWS & EVENTS</h3>--> <div class="col-md-12"> <!-- Content --> <div data-animation="fadeInDown" class="animated fadeInDown visible"> <p align="justify"><?php if(strlen($page_contents)>0){ echo $page_contents; }else{ echo " "; } if($page_type!="static" && $page_type!="") { include("includes/".$page_type.".inc.php"); } ?> </p> </div> </div> </div> </div> <div class="clearfix"></div> </section> <?php include("footer.php"); ?> <!-- footer --> </div> <?php include("js.php");?> </body> </html>