Git Codebase - Sn0wlink IT
FredMod/Modules/Templates - Testing/Template
[...] Up Directory
🗀 Images
app-config.php
index.php
index.php
<?php /* Application Name: Template Date: DD/MM/YYYY Author: *Your Name Here* */ // Pull main config files include ('../../../config.php'); // FredMon Config include ('../../../functions.php'); // FredMon Functions include ('app-config.php'); // Application Config // Build page layout PageHeader(); // PLACE YOUR CODE HERE // Build page footer PageFooter(); ?>