Mini Shell
<?php
include("admin/include/baglan.php");
include("admin/include/fonksiyonlar.php");
include("admin/include/pages.php");
?>
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title><?=$adi?> | <?=$title?> </title>
<link rel="apple-touch-icon" sizes="180x180" href="resimler/<?=$favicon?>" />
<link rel="icon" type="image/png" sizes="32x32" href="resimler/<?=$favicon?>" />
<link rel="icon" type="image/png" sizes="16x16" href="resimler/<?=$favicon?>" />
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Radio+Canada:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/app.min.css">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="home1">
<body class="custom-cursor">
<div class="custom-cursor__cursor"></div>
<div class="custom-cursor__cursor-two"></div>
<div class="page-wrapper">
<?php
include("inc/header.php");
include("admin/include/page.php");
include("inc/footer.php");
?>
</div>
<?php
include("inc/mobil-menu.php");
?>
<a href="#" class="scrollToTop scroll-btn"><i class="far fa-long-arrow-up"></i></a><script src="assets/js/vendor/jquery-3.6.0.min.js"></script><script src="assets/js/app.min.js"></script><script src="assets/js/main.js"></script>
</body>
</html>