Arden
Where mah "any" keys at?
Hehe, I use SimpleText.
Here's the code for your template:
Here's the code for your template:
PHP:
<?php
function begin( $title = '' )
{
?>
(Put all of your HTML that will go before your content here.)
<?php
}
function terminate()
{
?>
(And this, of course, is the space for your HTML after the content. Like for your </body> and </html> tags.)
<?
}
?>