Free Adult Tube-Video Script Forum

Full Version: extra page example home.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
you could copy the file
/template/template_your_using/index.php

and replace "<?=content();?>"
with the code or whatever it is you wish for this page to display.
Reference URL's