okey
I'm going to make a pageswitcher.
I'm going to use a a new template file called page.tpl. This file will contain this:
<div id="idx1" class="blocktable">
<h2><span>
<headline>
</span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<thead>
<tr>
<th class="tcl" scope="col">
<legend>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tcl">
<content>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
And then i will make a file called page.php that replaces <headline>, <legend> and <content>
I'm going to remove most of the things in idex.php and place that in a new file called forum.php for example
How do i do this?