-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlandingPage.php
33 lines (25 loc) · 1.17 KB
/
landingPage.php
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
29
30
31
32
33
<?php
// FUNCTION INCLUDES
require_once 'php-includes/DAL/connect.inc.php';
require_once 'php-includes/BL/get-variables.inc.php';
// PRESENTAION
require_once 'php-includes/UI/head.inc.php';
?>
<!DOCTYPE html>
<html lang="en">
<?php require_once 'php-includes/UI/head.inc.php'; ?>
<body>
<!-- ========================================================================= -->
<!-- TOP HEADER <> NAV MIN -->
<?php require_once 'php-includes/header.inc.php'; ?>
<!-- ========================================================================= -->
<!-- body content -->
<?php require_once 'php-includes/landingPage.inc.php'; ?>
<!-- ========================================================================= -->
<!-- FOOTER -->
<?php require_once 'php-includes/footer.inc.php'; ?>
<!-- ========================================================================= -->
</body>
if (isset)
<?php require_once 'php-includes/get-variables.inc.php'; ?>
</html>