<?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); ?>