I just get a blank page of nothingness!
Here is what my code looks like for my custom login.php
Code:
<?php
require "./auth.php";
require "./smarty.php";
require "./config.php";
@include "./https.php";
require "./auth.php";
require $xcart_dir."/include/categories.php";
$smarty->assign("main", "mainlogin");
$smarty->display("main/login.tpl");
?>
help!
