Jump to content

Home Page


Zer0Cam

Recommended Posts

Ok, I been looking at code everywere I would like to add a home page to my forum using php I wan't to incorperate it like SMF www.simplemachines.org go there for homepage example I have my forum pointed at www.geekinc.info/forum I want to do somthing like this but don't know were the heck to start possible help?

Link to comment
https://forums.phpfreaks.com/topic/66895-home-page/
Share on other sites

I want to make a home page. For example www.simplemachines.org I want to be able to add content to it, But don't know were to start

 

Basically a php page with content in it like HTML which I can add to

 

<?php

$ssi_gzip = true;
$ssi_ban = true;
ob_start();

require('SSI.php');

$context['page_title'] = 'Title Here';

template_main_above();

echo'Content Here';

template_main_below();

?>

 

was given to me to work with

Link to comment
https://forums.phpfreaks.com/topic/66895-home-page/#findComment-335361
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.