Free Adult Tube-Video Script Forum
extra page example home.php - Printable Version

+- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum)
+-- Forum: My Category (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: extra page example home.php (/showthread.php?tid=193)



extra page example home.php - swingers - 08-01-2011 07:56 PM

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


RE: extra page example home.php - Punktured - 12-03-2011 06:59 AM

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.