Git Codebase - Sn0wlink IT
FreDAM/Modules/X - Development Modules/Template Module
[...] Up Directory
🗀 Images
app-config.php
index.php
index.php
<?php /* Abandonded Cart Mailing List ---------------------------- Created by: Teal Press Ltd Client: The Christian Gift Company Date: 18/12/2019 Author: David Collins-Cubitt */ // Pull main config files include ('../../../config.php'); include ('../../../functions.php'); // Include Application Config include ('app-config.php'); // Build page layout PageHeader(); // Place your application code here! // V V V V V V V // Build page footer PageFooter(); ?>