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:
in the beginning (just in case anyone else has the same problem).
Thanks.