Just to let you know I'm new to vbulletin. They guy we had setting up our forums is no longer with us so I have to pick up the slack. Well I've built a site that uses it's own include files for header,Navigation and a few others. The problem is I can't use the code I wrote for the site in the template.
Here is my code for my site that I would like to add into my template.
PHP Code:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="">
<TITLE>Pride Web Talk</TITLE>
<link rel='stylesheet' href='/Skins/Default/Default.css' type='text/css' />
</HEAD>
<BODY>
<?php include("Header.php");?>
<TABLE WIDTH=100% HEIGHT=75% BORDER=0 CELLSPACING=3 CELLPADDING=3>
<TR>
<TD valign=top width=130>
<?php include("./Nav.php");?><BR>
<?php include("./SiteStats.php");?>
</TD>
<TD align=center valign=top class="MainBody">
How can I add this code in my template and get it to work? I've tried searching but didn't find what I was looking for. Again I'm new to vbulletin so I may have found it and didn't know it.. :devious: