hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
ubuntu
/
bmse.net
/
Upload FileeE
HOME
<?php ini_set('display_errors',1); include('includes/application_includes.php'); $valuelist = array(); $exhibitorvideos = $db->getRows("SELECT `image` FROM bmse_expo_testimonials where status='1' and remove='1' ORDER BY `id` ASC "); $testimonials = array(); foreach ($exhibitorvideos as $exhibitorvideo) { $testimonials[] = SITE_PATH . 'admin/images/testimonials/' . $exhibitorvideo['image']; //$testimonials[] = SITE_PATH . 'images/il-exhibitor-person-'.$i.'.webp'; } # User Guides For Exhibitors $rows = $db->getRows('SELECT `title`, `file_name` FROM `bmse_user_guides` WHERE remove=1 ORDER BY `category_type`'); $User_Guides = array(); $row1 = array(); foreach ($rows as $row) { $row1['title'] = $row['title']; $row1['url'] = SITE_PATH . 'admin/Userguides/' . $row['file_name']; $User_Guides[] = $row1; } $exhibit = $db->getRow('SELECT * FROM `bmse_content_newsite` WHERE `content-page`="ExhibitorScreen"'); $container1 = array(); $header=array(); $header['testimonialTitle']=$exhibit['testimonial-title']; $header['testimonialText']=$exhibit['testimonial-text']; $container1['video'] = SITE_PATH . 'admin/images/slideshow/' . $exhibit['video-file']; $container1['title'] = $exhibit['container1-title']; $container1['content'] = $exhibit['container1-content']; $container2 = array(); $container2['title'] = $exhibit['container2-title']; $container2['list1'][] = $exhibit['container2-content']; $container2['container2Image'] = SITE_PATH.'admin/images/slideshow/'.$exhibit['body-image1']; $exhibitor['testimonial'] = $header; $exhibitor['container1'] = $container1; $exhibitor['container2'] = $container2; $slideshow['one'] = array('title' => $exhibit['slide-show-title1'], 'picture' => SITE_PATH . 'admin/images/slideshow/' . $exhibit['slide-show-images1']); $slideshow['two'] = array('title' => $exhibit['slide-show-title2'], 'picture' => SITE_PATH . 'admin/images/slideshow/' . $exhibit['slide-show-images2']); $exhibitor['guides'] = $User_Guides; $container3['container3Image'] = SITE_PATH.'admin/images/slideshow/'.$exhibit['body-image2']; $container3['container3ImageTitle'] = $exhibit['body-image2-title']; $exhibitor['container3'] = $container3; $smarty->assign('TESTIMONIAL',$header); $smarty->assign('CONTAINER1',$container1); $smarty->assign('CONTAINER2',$container2); $smarty->assign('CONTAINER3',$container3); $smarty->assign('GUIDES',$User_Guides); $smarty->assign('SLIDESHOW',$slideshow); $smarty->assign('TESTIMONIAL_TITLE',$exhibit['testimonial-title']); $smarty->assign('TESTIMONIAL_TEXT',$exhibit['testimonial-text']); $smarty->assign('TESTIMONIALS',$testimonials); $smarty->assign('EXHIBITOR_VIDEO',$container1['video']); $smarty->assign('CONTAINER1_TITLE',$exhibit['container1-title']); $smarty->assign('CONTAINER1_CONTENT',$exhibit['container1-content']); $smarty->assign('CONTAINER2_TITLE',$exhibit['container2-title']); $smarty->assign('CONTAINER2_CONTENT',$exhibit['container2-content']); $smarty->assign('USER_GUIDES',$User_Guides); $smarty->assign('SLIDESHOW_ONE',$slideshow['one']); $smarty->assign('SLIDESHOW_TWO',$slideshow['two']); $smarty->display(TEMPLATE_DOCROOT_PATH.'default/exhibitorn.tpl'); ?>