hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
ubuntu
/
bmse.net
/
Upload FileeE
HOME
<?php ini_set('display_errors',1); include('includes/application_includes.php'); $valuelist = array(); $header=array(); $container1 = array(); $container2 = array(); $container3 = array(); $container4 = array(); $perform = $db->getRow('SELECT * FROM `bmse_content_newsite` WHERE `content-page`="PerformerScreen"'); $header['headImage'] = SITE_PATH.'admin/images/'.$perform['header-image']; $header['headImageTitle'] = $perform['header-image-title']; $first['header'] = $perform['header-text']; $first['headerImage'] = SITE_PATH.'admin/images/'.$perform['body-image1']; $container1['title'] = $perform['container1-title']; $container1['content'] = $perform['container1-content']; $container2['title'] = $perform['container2-title']; $container2['content'] = $perform['container2-content']; //$header['bodyImage1Text'] = $perform['body-image1-text']; $container5['container5Image'] = SITE_PATH.'admin/images/'.$perform['body-image2']; $container5['container5ImageTitle'] = $perform['body-image2-title']; $container3['title'] = $perform['container3-title']; $container3['content'] = $perform['container3-content']; $container4['title'] = $perform['container4-title']; $container4['content'] = $perform['container4-content']; $valuelist['head'] = $header; $valuelist['header'] = $first; $valuelist['container1'] = $container1; $valuelist['container2'] = $container2; $valuelist['quote'] = $perform['quote-text']; $valuelist['container3'] = $container3; $valuelist['container4'] = $container4; $valuelist['container5'] = $container5; $smarty->assign('HEAD',$header); $smarty->assign('HEADER',$first); $smarty->assign('CONTAINER1',$container1); $smarty->assign('CONTAINER2',$container2); $smarty->assign('CONTAINER3',$container3); $smarty->assign('CONTAINER4',$container4); $smarty->assign('CONTAINER5',$container5); $smarty->assign('HEADER_TITLE',$perform['header-image-title']); $smarty->assign('HEADER_TITLE_TEXT',$perform['header-text']); $smarty->assign('CONTAINER1_TITLE',$perform['container1-title']); $smarty->assign('CONTAINER1_CONTENT',$perform['container1-content']); $smarty->assign('CONTAINER2_TITLE',$perform['container2-title']); $smarty->assign('CONTAINER2_CONTENT',$perform['container2-content']); $smarty->assign('QUOTE',$perform['quote-text']); $smarty->assign('CONTAINER3_TITLE',$perform['container3-title']); $smarty->assign('CONTAINER3_CONTENT',$perform['container3-content']); $smarty->assign('CONTAINER4_TITLE',$perform['container4-title']); $smarty->assign('CONTAINER4_CONTENT',$perform['container4-content']); $smarty->assign('CONTAINER5_IMAGE_TITLE',$perform['body-image2-title']); $smarty->display(TEMPLATE_DOCROOT_PATH.'default/performern.tpl'); ?>