update 234879955

This commit is contained in:
equippedcoding-master
2025-09-19 14:48:51 -05:00
parent 2732371d5c
commit 67ef31a4d0
21 changed files with 205 additions and 2 deletions

View File

@@ -0,0 +1,2 @@

View File

View File

@@ -0,0 +1,3 @@

View File

14
pages/_template/index.php Normal file
View 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");
?>

View File

@@ -0,0 +1,8 @@
.spacer {
width: 100%;
height:325px;
}

View File

@@ -0,0 +1,7 @@
<div class="spacer"></div>

3
pages/descriptor.json Normal file
View File

@@ -0,0 +1,3 @@
{
"custom": true
}

View File

View File

@@ -0,0 +1,7 @@
<h3>Under Construction</h3>