<?php include("header.php"); if($_POST['submit']) { } //Lets display the template $template->display($config['theme'].'/admin/login.tpl'); include("footer.php"); ?>