<?php
require_once '../../mainfile.php';
require_once('define.php');
//require_once(SMARTY_DIR.'Smarty.class.php');
class shippingAndPaymentInfo_class{
function shippingAndPaymentInfo_display(){
$xoopsOption['template_main']='shippingAndPaymentInfo.html';
//include XOOPS_ROOT_PATH.'/header.php';
$errorMessage = ' ';
$xoopsTpl->assign('errorMessage',$errorMessage);
$xoopsTpl->assign('self',$_SERVER['PHP_SELF']);
//return $this->fetch('shippingAndPaymentInfo.html');
//include_once XOOPS_ROOT_PATH.'footer.php';
}
}
?>