return $svg. ""; } ?>". TAB."
". TAB."
". TAB."
". TAB."". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."". TAB."
". TAB."
"; } ?> 'statuned', 'name' => 'statuned', 'action' => '/', 'reCaptcha' => true, ]); $o_form->add_title('STAY TUNED'); $o_form->add_input([ 'name' => 'name', 'label' => 'Name', 'required' => true, 'compact' => true, ]); $o_form->add_phone([ 'name' => 'phone', 'label' => 'Phone (optional)', 'compact' => true, ]); $o_form->add_email([ 'name' => 'email', 'label' => 'Email', 'required' => true, 'compact' => true, ]); $o_form->add_data([ 'op' => 'staytuned', ]); $o_form->add_button([ 'color' => 'blue big', 'type' => 'submit', ]); $o_form->compile(); $res = ( ($_REQUEST['op'] == 'staytuned') AND $o_form->accepted); $result = $o_form->code(); if (itMySQL::_request("SELECT * FROM `basket_subs` WHERE `email`='{$_REQUEST['email']}' LIMIT 1")) { $result.= ""; $res = false; } unset($o_form); return $result; }Home". TAB."Home". // TAB."About". TAB."About". TAB."Products". TAB."Gallery". TAB."Visit Us". ($_USER->is_logged() ? TAB."EXIT" : NULL); return "". TAB."
". TAB."". ""; } function slider_menu() { global $_USER; $home_url = ($_REQUEST['controller']=='main') ? "#" : "/"; return TAB.""; } function product_menu($l_only=false, $no_logo=false) { global $_ICONS, $_CAT; $animate = 'fadeInDownShort'; return TAB."
". ( !$no_logo ? TAB."
". TAB."". TAB."
" : NULL). ( !$l_only ? TAB."
". TAB."
". TAB."
{$_CAT[11]['title']}
". TAB."
{$_CAT[12]['title']}
". TAB."
{$_CAT[13]['title']}
". TAB."
". TAB."
". TAB."
". TAB."
". TAB."
{$_CAT[16]['title']}
". TAB."
{$_CAT[15]['title']}
". TAB."
{$_CAT[14]['title']}
". TAB."
". TAB."
" : NULL ). TAB."
"; } function pork_menu() { $w_nav = 'fl3 center'; $w_sep = 'fl1'; $anum = 'animated fadeInUpShort'; $start = 6; return TAB."
". "". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
"; } function get_icon_horizontal($icon, $id=1) { global $_ICONS; $glow = $_ICONS[$icon]['glow'] ? ' glow' : NULL; return TAB."
". // TAB."
 
". TAB."
". TAB."
". TAB."
". TAB."
". $_ICONS[$icon]['title']. TAB."
". TAB."
"; } function get_icon_vertical($icon, $id=1) { global $_ICONS; $glow = $_ICONS[$icon]['glow'] ? ' glow' : NULL; return TAB."
". TAB."
". TAB."
".BR. TAB."
". $_ICONS[$icon]['title']. TAB."
". TAB."
". TAB."
"; } ?>addSheet( $xlsx, $list_name ); $o_xlsx->downloadAs($filename); } function export_phones() { $fields_str = "`".implode("`,`", str_getcsv(XLS_PHONES_FIELDS))."`"; $title = NULL; $xlsx[] = str_getcsv(XLS_PHONES_HEADERS); $sql = "SELECT {$fields_str} ". "FROM `basket_subs` ". "WHERE 1 GROUP BY `email` ". "ORDER BY `email` ASC"; if (is_array($request = itMySQL::_request($sql))) { foreach($request as $row) { $res = NULL; foreach (array_values($row) as $value) { $res[] = get_field_string_comma($value); } $xlsx[] = $res; } } $filename = "fullbasket-PHONES-".date("Y-m-d")."-".date("G")."hrs-".date("i").".xlsx"; $o_xlsx = new SimpleXLSXGen(); $o_xlsx->addSheet( $xlsx, $list_name ); $o_xlsx->downloadAs($filename); } function get_field_string_comma($value) { if (is_array($value)) { array_walk_recursive($value, "_entity_decode"); } else { $value = isDate($value) ? $value : _entity_decode($value); } return preg_replace("/[\\n\\r\\t]+/", '', (is_array($value) ? implode(", ", $value) : $value)); } function _entity_decode($str) { return html_entity_decode ($str, ENT_QUOTES, 'UTF-8'); } ?> 'login', 'reCaptcha' => ready_val($options['captcha']), ]); $o_form->action('/login/'); $o_form->add_input([ 'name' => 'user_login', 'value' => isset($_REQUEST['user_login']) ? $_REQUEST['user_login'] : '', 'label' => get_const('USER_LOGIN'), 'placeholder' => get_const('START_ENTER'), ]); $o_form->add_password([ 'name' => 'user_password', 'value' => isset($_REQUEST['user_password']) ? $_REQUEST['user_password'] : '', 'label' => get_const('USER_PASSWORD'), 'placeholder' => get_const('START_ENTER'), ]); $o_form->add_itButton(get_const('BUTTON_OK'), 'submit', ['form' => $o_form->form_id()], 'blue' ); $o_form->compile(); $result = $o_form->code(); unset($o_form); return $result; } function get_stats_panel(){ $emails = ($request = itMySQL::_request("SELECT COUNT(DISTINCT(`email`)) as emails FROM `basket_subs`")) ? $request[0]['emails'] : 0; $phones = ($request = itMySQL::_request("SELECT COUNT(DISTINCT(`phone`)) as phones FROM `basket_subs`")) ? $request[0]['phones'] : 0; return BR.TAB."
". TAB."emails: {$emails}". TAB."phones: {$phones}". TAB."
"; } ?> 1024, 'sy' => 1024, 'name' =>'kbbig_', 'crop' => 0, 'quality'=> 90, // 'place' => 'TOP_RIGHT', // 'logo' => '/themes/default/images/fb-logo-256.png', ]; $pic_tech['ITEM_BIG'] = [ 'sx' => 1024, 'sy' => 1024, 'name' =>'itembig_', 'crop' => 0, 'quality'=> 90, 'place' => 'TOP_RIGHT', 'logo' => '/themes/default/images/fb-logo-256.png', ]; $pic_tech['EDIMAGE'] = [ 'sx' => 1024, 'sy' => 1024, 'name' =>'edimage_', 'crop' => 1, 'quality'=> 100, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['EDIMAGE_SMALL'] = [ 'sx' => 1024, 'sy' => 320, 'name' =>'edimagesmall_', 'crop' => 0, 'quality'=> 100, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['GALLINE'] = [ 'sx' => 480, 'sy' => 480, 'name' =>'galline_', 'crop' => 1, 'quality'=> 90, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['GALLINE_MIDDLE'] = [ 'sx' => 240, 'sy' => 240, 'name' =>'gallinemiddle_', 'crop' => 1, 'quality'=> 90, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['GALLINE_SMALL'] = [ 'sx' => 180, 'sy' => 180, 'name' =>'gallinesmall_', 'crop' => 1, 'quality'=> 90, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['GALLINE_ULTRA'] = [ 'sx' => 120, 'sy' => 120, 'name' =>'gallineultra_', 'crop' => 1, 'quality'=> 90, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['IMG_PREV'] = [ 'sx' => 256, 'sy' => 256, 'name' =>'imgprev_', 'crop' => 1, 'quality'=> 90, // 'place' => 'BOTTOM_RIGHT', // 'logo' => '/themes/default/images/luizianna-logo-white.png', ]; $pic_tech['SLIDER_COMMON'] = array ( 'sx' => 800, 'sy' => 800, 'name' =>'slidercommon_', 'crop' => 1, 'quality'=> 100, 'logo' => ''); $pic_tech['SLIDER_MIDDLE'] = array ( 'sx' => 360, 'sy' => 360, 'name' =>'slidermiddle_', 'crop' => 1, 'quality'=> 100, 'logo' => ''); $pic_tech['SLIDER_SMALL'] = array ( 'sx' => 240, 'sy' => 240, 'name' =>'slidersmall_', 'crop' => 1, 'quality'=> 100, 'logo' => ''); ?> 'english', 'name_orig' => 'english', 'short' => 'en', 'translate' => 'en', 'avatar' => '', 'allowed' => 1 ); $lang_cat['ru'] = array ( 'name' => 'russian', 'name_orig' => 'русский', 'short' => 'ru', 'translate' => 'ru', 'avatar' => '', 'allowed' => 0 ); ?> [ 'title' => 'Only natural nutrition', 'glow' => 1, ], 'vacuum' => [ 'title' => 'Convenient vacuum packaging', 'glow' => 1, ], 'experience' => [ 'title' => 'International Experience', 'glow' => 1, ], 'cutting' => [ 'title' => 'Professional meat cutting', 'glow' => 1, ], 'temperature' => [ 'title' => 'Temperature Control', 'glow' => 1, ], 'laboratory' => [ 'title' => 'Laboratory Testin', 'glow' => 1, ], 'bacterial' => [ 'title' => 'Antibacterial Treatment', 'glow' => 1, ], ]; ?> '4', // 'speed' => '1', 'rec_id' => 1, ]); // $titles = str_getcsv("Quality,Value,Fresh,Safe,Service,Butchering,Meat,Family,Local,Inspirational"); // $o_ken = new itKenburns([ // 'duration' => 8, // 'speed' => 4, // 'rec_id' => 1, // 'images' => [ // [ // 'dir' => 'top', // 'title' => $titles[0], // 'top', // 'src' => 'tmp/image1.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'The Full Basket butcher shop is a local family business located in the heart of New Westminster.', // ], // [ // 'dir' => 'bottom', // 'title' => $titles[1], // 'bottom', // 'src' => 'tmp/image2.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'In providing personalized services our priority is satisfying every customer need and sharing our authentic family spirit.', // ], // [ // 'dir' => 'left', // 'title' => $titles[2], // 'left', // 'src' => 'tmp/image3.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'Our generation’s values make us who we are and help us acting with integrity in serving this great community.', // ], // [ // 'dir' => 'right', // 'title' => $titles[3], // 'right', // 'src' => 'tmp/image4.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'From local farms to your table we deliver fresh-meat order.', // ], // [ // 'dir' => 'top-left', // 'title' => $titles[4], // 'top-left', // 'src' => 'tmp/image5.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'We deliver high-quality locally sourced meats from organic farms, guaranteed to be fresh.', // ], // [ // 'dir' => 'top-right', // 'title' => $titles[5], // 'top-right', // 'src' => 'tmp/image6.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'Our passion is to serve the community.', // ], // [ // 'dir' => 'bottom-left', // 'title' => $titles[6], // 'bottom-left', // 'src' => 'tmp/image7.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'Our vision is to create an ethical butchery with good value, knowledgeable and friendly service.', // ], // [ // 'dir' => 'bottom-right', // 'title' => $titles[7], // 'bottom-right', // 'src' => 'tmp/image8.jpeg', // 'logo' => '/themes/default/images/fullbasket-fulllogo-256.png', // 'desc' => 'A safe and comfortable place to visit and to help inspire your next meal.', // ], // ], // ]); // $o_ken->store(); $animate = 'fadeInDownShort'; $_CONTENT['content'] = mobile_menu(); $o_left = new itEditor([ 'rec_id' => 1, ]); $o_left->compile(); $_CONTENT['t_left'] = $o_left->container(); unset($o_left); $o_right = new itEditor([ 'rec_id' => 2, ]); $_CONTENT['t_right'] = $o_right->container(); unset($o_right); $o_right = new itEditor([ 'rec_id' => 3, ]); $_CONTENT['c_right'] = $o_right->container(); unset($o_right); $o_left = new itEditor([ 'rec_id' => 4, ]); $_CONTENT['c_left'] = $o_left->container(); unset($o_left); $t_form = get_staytuned_form($tuned); if ($tuned) { itMySQL::_insert_rec('subs', [ 'name' => $_REQUEST['name'], 'email' => $_REQUEST['email'], 'phone' => $_REQUEST['phone'], 'ip' => get_user_ip(), 'datetime' => mysql_now(), ]); $t_form = "

Thank you!

".BR."You are tuned
"; } $_CONTENT['content'] .= TAB."
". TAB."". $o_ken->container(). TAB."
". pork_menu(). TAB."
". TAB."
". TAB."
". // product_menu(true)."".BR.BR."". TAB."

Full Basket Inc.

".BR. TAB."
". TAB."
". $_CONTENT['t_left']. TAB."
". TAB."
 
". TAB."
". $_CONTENT['t_right']. TAB."
". TAB."
". TAB."
". TAB."
". TAB."
". TAB."
". get_icon_horizontal('natural', 2). get_icon_horizontal('vacuum', 3). get_icon_horizontal('experience', 4). get_icon_horizontal('cutting', 5). TAB."
". TAB."
". TAB."
". TAB."
 
". get_icon_vertical('natural', 2). TAB."
 
". get_icon_vertical('vacuum', 3). TAB."
 
". get_icon_vertical('experience', 4). TAB."
 
". get_icon_vertical('cutting', 5). TAB."
 
". TAB."
". TAB."
".BR.BR."
". TAB."
". TAB."
". TAB."

We use Technologies".BR."for Quality Monitoring

".BR. get_icon_horizontal('temperature', 7). get_icon_horizontal('laboratory', 8). get_icon_horizontal('bacterial', 9). TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". // TAB."
". // (!$tuned ? TAB."
 
". // TAB."
". // // TAB."
". // // TAB."
".BR. // // "Provide your contacts in this form to keep abreast of our news. We will contact you if we have interesting suggestions. Name and emal are required. Add your phone if you wish.".BR. // TAB."
". // TAB."
 
" : NULL). // TAB."
". TAB."
". TAB."
". ($_USER->is_logged() ? get_stats_panel() : NULL). TAB."
". $t_form. TAB."
". TAB."
". // TAB."
". // (!$tuned ? TAB."
 
" : NULL). TAB."
". TAB."
". TAB."
". TAB."". TAB."". TAB."
". TAB."
". TAB."
". TAB."". TAB."
". TAB."
". TAB."
". TAB."
". TAB."

Full Basket Butchery

".BR. TAB."
". TAB."
". TAB."

Here We Are

". BR. $_CONTENT['c_right']. TAB."
". TAB."
 
". TAB."
". TAB."". TAB."
". TAB."
 
". TAB."
". "

Opening Hours

". BR. $_CONTENT['c_left']. TAB."
". TAB."
". TAB."
". footer(); $_OG['subtitle'] = 'Butchery'; $_OG['description'] = CMS_DESC; ?> CMS_NAME code) ? $o_focus->code : NULL // unset($o_focus); ?>