View Single Post
  #37  
Old 07-21-2006, 12:56 PM
 
mrkenzie mrkenzie is offline
 

Senior Member
  
Join Date: May 2006
Posts: 182
 

Default

Has anyone got this to work in 4.1.x? I keep getting the following output for adminwish.php:

Quote:
assign("navigation_script","adminwish.php?"); $location[] = array("All Wish-list"); $smarty->assign("location", $location); $smarty->assign("wl_data",$wl_data); $smarty->assign("main","adminwish"); @include $xcart_dir."/modules/gold_display.php"; func_display("admin/home.tpl",$smarty); ?>

Never mind, I fixed it:

Needed to be:
Code:
<?php
in the beginning (just in case anyone else has the same problem).

Thanks.
__________________
Mike Kenzie
X Cart Gold Ver. 4.1.3
X-RMA
X-AOM
X-Product Comparison
Reply With Quote