include('../admin/classes/user_member_class.php');
include('../admin/classes/user_metromonial_class.php');
include('../admin/classes/advertisement_class.php');
include('../admin/classes/membercontacts_class.php');
include('../admin/classes/magazine_class.php');
include('../admin/classes/websitelink_class.php');
include('../admin/classes/organisation_class.php');
include('../admin/classes/emailcontacts_class.php');
include('../admin/classes/emailassociates_class.php');
include('../admin/classes/memberphoto_class.php');
include('../admin/classes/products_class.php');
include('../admin/classes/memberlinks_class.php');
include('../admin/classes/photogallery_class.php');
include('../admin/classes/rssreader.php');
include('../admin/classes/property_class.php');
include('../admin/classes/businesslisting_class.php');
include('../admin/classes/custom_property_class.php');
$objAdmin = new adminworkfile();
$objDbAdmin = new userwork();
$objList = new listwork();
$objMember = new user_member_work();
$objMm = new user_metromonial_work();
$objAdv = new advertisementwork();
$objMemContacts = new membercontactswork();
$objMag = new magazinework();
$objWeb = new websitelinkwork();
$objOrg = new organisationwork();
$objECont = new emailcontactswork();
$objEAsst = new emailassociateswork();
$objphoto = new memberphotowork();
$objmail = new mailwork();
$objproduct = new productswork();
$objml = new memberlinkswork();
$objphotogallery = new photogallerywork();
$objproperty = new propertywork();
$objbusinesslisting = new businesslistingwork();
$objcustom = new customwork();
$mysite_id ='mpss';
$mygroup_id ='';
$lef ='0';
$header ='0';
$menu ='0';
$menu_group ='English';
$template_name='mytemplate';
$email_address='horam.singh@yahoo.co.in';
if ($_REQUEST['template'])
{
$_SESSION['mpss_TEMPLATE'] = $_REQUEST['template'];
}
else
{
if ($_SESSION['mpss_TEMPLATE'] == '')
{
$_SESSION['mpss_TEMPLATE'] = $template_name;
}
}
$l_member_id = $_SESSION['MEMBERID'];
if ($l_member_id != '')
{
if ($secure_template_name !='')
$template_file_name = $secure_template_name . '.php';
else
$template_file_name = $_SESSION['mpss_TEMPLATE'] . '.php';
}
else
$template_file_name = $_SESSION['mpss_TEMPLATE'] . '.php';
?>
Fatal error: Call to a member function drawBusListCenter() on a non-object in /hermes/bosweb/web232/b2326/ipw.nrifrien/public_html/apanisite/mpss/index.php on line 397