File size: 2.18Kb
<?php
$logo = setting($conn,'logo');
$favicon = setting($conn,'favicon');
$footer = setting($conn,'footer');
$maintenance = setting($conn,'maintenance');
$slider = setting($conn,'slider');
//Social Links
$facebook = setting($conn,'facebook');
$twitter = setting($conn,'twitter');
$gplus = setting($conn,'gplus');
$pinterest = setting($conn,'pinterest');
$linkedin = setting($conn,'linkedin');
//Contact Details
//$contact = $DB->output_editmember($_SESSION['aid']);
//$mobile = $contact[0]['phone'];
//$email = $contact[0]['email'];
$user_ip = getUserIP();
visitors($conn,$user_ip);
?>
<head>
<base href="<?php echo ROOT;?>"></base>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- SITE META -->
<title><?php echo $meta_title;?></title>
<meta charset="utf-8">
<meta name="description" content="<?php echo $meta_desc;?>">
<meta name="keywords" content="<?php echo $meta_keywords;?>">
<link rel="canonical" href="<?php echo HOSTNAME_SINGLE.$request;?>" />
<meta property="og:type" content="article" />
<meta property="og:title" content="<?php echo $meta_title;?>" />
<meta property="og:description" content="<?php echo $meta_desc;?>"/>
<meta property="og:url" content="<?php echo HOSTNAME_SINGLE.$request;?>" />
<meta property="og:site_name" content="<?php echo HOSTNAME_SINGLE;?>" />
<meta name="twitter:card" content="summary" />
<!-- FAVICONS -->
<link rel="shortcut icon" href="<?php echo "uploads/favicon/".$favicon;?>" type="image/x-icon">
<!-- TEMPLATE STYLES -->
<link rel="stylesheet" type="text/css" href="<?php echo $theme_dir;?>/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $theme_dir;?>/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="<?php echo $theme_dir;?>/css/flexslider.css">
<link rel="stylesheet" type="text/css" href="<?php echo $theme_dir;?>/css/style.css">
<!-- CUSTOM STYLES -->
<link rel="stylesheet" type="text/css" href="<?php echo $theme_dir;?>/css/custom.css">
</head>