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
12-03-2011, 06:59 AM
Post: #2
RE: extra page example home.php
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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: