News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

what CMS does this site use?

Started by worm5252, November 28, 2005, 09:04:42 AM

Previous topic - Next topic

worm5252


Grudge

We use SMF's SSI compabilities.

There is a custom admin page to control the download's that utilises SSI.
The modsite is built around SSI
The avatar gallery is custom written by myself

There's plenty on this around. Basically we use an additional template layer in SMF through SSI to add a site wide template, then each page look's very simple:

<?php
require_once('SSI.php');
$context['template_layers'] = array('mainsite');

// Page content...
?>



Done.
I'm only a half geek really...

HoTmetal

Will this code work on ANY SMF board? Sweet...

Advertisement: