WestwegoMans' Forum

Computers, Websites & Forums => SMF Forum tips & tricks => Topic started by: WestwegoMan on Jan 23, 2015, 5:12 PM

Title: Add header.php
Post by: WestwegoMan on Jan 23, 2015, 5:12 PM
Add header.php

This will add a header over your SMF forum incase you want to place your main site header above it.

In Themes\default\index.template.php
Find:
Code: [Select]
</head>
<body>';

Add After:
Code: [Select]
include('header.php');
Must add a file named "header.php" in the forum root directory to avoid errors in the forum log.
SimplePortal 2.3.6 © 2008-2014, SimplePortal