dbnt.co.kr2023/include/head.php

61 lines
2.6 KiB
PHP

<?require_once $_SERVER["DOCUMENT_ROOT"]."/common/common.php";?>
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?=_TITLE?></title>
<meta name="keywords" content="<?=$_DESCRIPTION?>" />
<meta name="description" content="<?=$_DESCRIPTION?>">
<meta name="author" content="<?=_BASIC_HOME_URL?>">
<meta property="og:type" content="website">
<meta property="og:title" content="<?=$_TITLE?>">
<meta property="og:description" content="<?=$_DESCRIPTION?>">
<meta property="og:image" content="<?=_BASIC_HOME_URL?>/image/meta_tag_img.png">
<meta property="og:url" content="<?=_BASIC_HOME_URL?>">
<!-- Favicon -->
<link rel="shortcut icon" href="image/db_favicon.ico" type="image/db_favicon.ico" />
<link rel="apple-touch-icon" href="">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light%7CPlayfair+Display:400" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="vendor/animate/animate.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Current Page CSS -->
<link rel="stylesheet" href="vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css">
<!-- Demo CSS -->
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skins/skin-corporate-7.css?v=<?=time();?>">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css?v=<?=time();?>">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
<?if(_SITE_KEY != "" && _SECRET_KEY != ""){?>
<script src='https://www.google.com/recaptcha/api.js?render=<?=_SITE_KEY?>'></script>
<?}?>
</head>