Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extra page example home.php
08-01-2011, 07:56 PM
Post: #1
extra page example home.php
Dear members

I want to make a extra page butt in the template style i am using
so i mean with a empty content
Butt incl menu header footer etc
What is the php code for this ?

Example

PHP Code:
include('template/'.$template.'/index.php'

PHP Code:
<?
if (file_exists("config/config.php")) {
session_start();
 require_once(
'config/config.php');
 require_once(
"include/lite.php");
require_once(
"include/functions.php"); 

Grz Swingers
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
extra page example home.php - swingers - 08-01-2011 07:56 PM

Forum Jump: