-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (24 loc) · 978 Bytes
/
header.php
File metadata and controls
28 lines (24 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
include('bootstrap_shop.php');
?>
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Your store</title>
<!-- Bootstrap -->
<link href="/public/components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/public/css/style.css" media="all">
</head>
<body>
<?php include("navbar.php"); ?>
<script src="/public/components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/public/components/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/public/components/marketcloud-js/dist/marketcloud.min.js"></script>
<script type="text/javascript">
marketcloud.public = "<?php echo getenv("MARKETCLOUD_PUBLIC_KEY"); ?>";
</script>