hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
ubuntu
/
bmse.net
/
Upload FileeE
HOME
<?php ini_set('display_errors',1); include('includes/application_includes.php'); # Getting privacy text $privacy = $db->getRow('SELECT * FROM `bmse_content_newsite` WHERE `content-page`="PrivacyPolicy"'); $privacy['content'] = $privacy['container1-content']; $header['headerImage'] = SITE_PATH.'admin/images/'.$privacy['header-image']; $header['headerImageTitle'] = $privacy['header-image-title']; $header['headerImageText'] = $privacy['header-image-text']; $valuelist['header'] = $header; $valuelist['content'] = $privacy['content']; $smarty->assign('PRIVACY_TITLE',$privacy['header-image-title']); $smarty->assign('PRIVACY_CONTENT',$privacy['content']); $smarty->display(TEMPLATE_DOCROOT_PATH.'default/privacyn.tpl'); ?>