I went to go add additional pages to my webcp like a page for rules an such I ran a rules.php code that has runs but won't bring up the rules.htm page I have setup inside the tpl page with everything else instead I get just a template screen that shows the page name but no words that are in my
rules.htm page. I am unsure if I am missing something, I know it's reading the php script but is there something else? I have included my code any help would be great thanks
rules.php
<?php
$pagetitle = 'Server Rules';
require 'common.php';
$tpl->Execute('rules');
rules.htm
<h2>Rules</h2>
<hl>
<p></p>
Welcome to ******* Here are the rules</br>
So any help would be great thanks again hope we can find a solution