-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpages.php
35 lines (27 loc) · 923 Bytes
/
pages.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
34
35
<?php
/**
* Copyright (c) 2024 DBETA LIMITED
*
* This file is part of Framework 7.0.
* All rights reserved.
*
* Framework 7.0 is proprietary software: users may not redistribute, sell,
* or make copies of it, in whole or in part, without prior written permission
* from DBETA LIMITED.
*
* Framework 7.0 is provided "as is," without any warranty of any kind, either
* express or implied, including but not limited to the warranties of
* merchantability, fitness for a particular purpose, or non-infringement.
*
* For any enquiries, contact DBETA LIMITED or visit https://www.dbeta.co.uk
*/
require_once ("config.php");
$pageId = $pageName["prices"]["page_id"];
$id = array(
"company" => $page_id["company"]
);
include ("".$rootPath."theme/core/head.php");
?>
<?php
include ("".$rootPath."theme/site-footer.php");
include ("".$rootPath."theme/core/footer.php"); ?>