update 234879955
This commit is contained in:
2
pages/_components/footer/footer.css
Normal file
2
pages/_components/footer/footer.css
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
|
||||
0
pages/_components/footer/footer.php
Normal file
0
pages/_components/footer/footer.php
Normal file
3
pages/_components/header/header.css
Normal file
3
pages/_components/header/header.css
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
|
||||
0
pages/_components/header/header.php
Normal file
0
pages/_components/header/header.php
Normal file
14
pages/_template/index.php
Normal file
14
pages/_template/index.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// require_once dirname( __DIR__, 2 ) . '/portal/admin/core/api/php/includes/indexcore.php';
|
||||
// require_once 'portal/admin/core/api/php/includes/indexcore.php';
|
||||
require_once dirname(__DIR__, 2) . '/core/php/indexcore.php';
|
||||
header_remove("X-Powered-By");
|
||||
AFSIndexCoreTemplate("Appfactory Studio - Events",
|
||||
"events_content.html",
|
||||
"events.css",
|
||||
"events",
|
||||
"../../",
|
||||
true,
|
||||
true,
|
||||
"pages/events.js");
|
||||
?>
|
||||
8
pages/_template/media.css
Normal file
8
pages/_template/media.css
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
.spacer {
|
||||
width: 100%;
|
||||
height:325px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
7
pages/_template/media.html
Normal file
7
pages/_template/media.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
3
pages/descriptor.json
Normal file
3
pages/descriptor.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"custom": true
|
||||
}
|
||||
0
pages/index/index_include.css
Normal file
0
pages/index/index_include.css
Normal file
7
pages/index/index_include.php
Normal file
7
pages/index/index_include.php
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
<h3>Under Construction</h3>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user