Quote
<?php
require_once "maincore.php"; //this path must be CORRECT!
require_once THEMES."templates/header.php";
add_to_title('page title'; //not necessary
add_to_meta("description", " description for this page" //not necessary
add_to_meta("keywords", ", keywords for this page" //not necessary
opentable('page name';
include BASEDIR."folder/your-file.html";
closetable();
require_once THEMES."templates/footer.php";
?>
<?php
require_once "maincore.php"; //this path must be CORRECT!
require_once THEMES."templates/header.php";
add_to_title('page title'); //not necessary
opentable('page name'); //not necessary
INCLUDE BASEDIR."folder/your-file.html";
closetable(); //not necessary
require_once THEMES."templates/footer.php";
?>
<?php
require_once "maincore.php"; //this path must be CORRECT!
require_once THEMES."templates/header.php";
add_to_title('page title'); //not necessary
opentable('page name'); //not necessary
?>
<!-- HTML CONTENT HERE -->
<?php
closetable(); //not necessary
require_once THEMES."templates/footer.php";
?>
Category Forum
Content Administration - 8Labels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions