View Single Post
  #7  
Old 03-11-2011, 01:25 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: where can I add my own functions?

Code:
<?php // Start X-cart require './auth.php'; // Your code between this line // And this line $smarty->assign('main', 'SomethingHere'); $smarty->assign('location', $location); func_display('customer/home.tpl', $smarty); ?>
__________________
- Shane Munroe
Reply With Quote