Thread: Login Link
View Single Post
  #16  
Old 03-29-2004, 12:51 PM
  domspe's Avatar 
domspe domspe is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Sarasota, FL
Posts: 79
 

Default

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!
__________________
~jaime*
shop.mpartworks.com
~~~~~~~~~~~~~~
xcart pro 3.5.5
heavily modified
freeBSD 4.8
php 4.3.3
Reply With Quote