Should PHP switch work inside a loop?

Permalink Browser Info Environment
I'm trying to use a switch statement inside a foreach loop, but in the output, it seems to just skip over the switch without doing anything. I'm not a PHP expert, but from what I've read, it seems like this should work. I'm using the select field with "build PHP switch and I'll code the rest" and I've made it repeatable. Can you tell if it's something I'm doing wrong, or is this a level of complexity that Block Designer Pro can't quite handle?

<?php  if (!empty($product_items)) { ?>
   <?php $n = 1; ?>
    <?php  foreach ($product_items as $product_item_key => $product_item) { ?>
   <tr>
      <td class="name"><?php  if (isset($product_item["nameDisplayed"]) && trim($product_item["nameDisplayed"]) != "") { ?>
         <p class="product-name"><?php  echo h($product_item["nameDisplayed"]); ?></p><?php  } ?><?php  if (isset($product_item["subtext"]) && trim($product_item["subtext"]) != "") { ?>
         <p class="product-subtext"><?php  echo h($product_item["subtext"]); ?></p><?php  } ?>
      </td>
      <td class="price"><?php  if (isset($product_item["price"]) && trim($product_item["price"]) != "") { ?>
         <p class="product-price">$<?php  echo h($product_item["price"]); ?></p><?php  } ?>
      </td>
<?php  if (trim($availability) != "") { ?>
<?php  switch($availability) { ?>
<?php case "1": ?>
   <td class="td-quantity"><?php  if (isset($product_item["name"]) && trim($product_item["name"]) != "") { ?>


I hoped this would output three table cells per row, with the third cell changing depending on the case. But it only outputs the first two cells and then goes on to the next row. Any help would be greatly appreciated!

Type: Pre-Sale
Status: Resolved
DustyStrings
View Replies:
DustyStrings replied on at Permalink Reply
DustyStrings
Sorry, this was supposed to be a support ticket, not a pre-sale question!
ramonleenders replied on at Permalink Reply
ramonleenders
Hi there,

Is the "availability" value being saved when you actually save the form? If not, try out the first thing, noted on the Q&A page here -http://www.concrete5.org/marketplace/addons/block-designer/question...

Seeing the switch, there's a key "1" and "2". I am assuming you did not set the keys yourselves or wanted these keys, that's fine. Perhaps the value you actually save is none of the above? I do not know your Block setup/configuration, so I'd have to guess here.

As far as I can see, the code is looking fine. Availability equals 1, output some hidden values, availablitly equals 2, it will say out of stock. I do assume you have this availability field set on required? If not and left blank, it will not do anything. So for those products without an availability set, it will not do a thing.

Hope this helped?

Kind regards,

Ramon
DustyStrings replied on at Permalink Reply
DustyStrings
Thanks for the response! I just refreshed the block, but even when I create a new instance of the block on a page, it's still the same problem. How would I check if the availability value is being saved?

You are correct, I did not set the keys. I have a select field and I set the available values to "In Stock" and "Out of Stock." The field is required and defaults to "In Stock." The switch statement is then created by Block Designer, showing the "1" and "2" keys.
ramonleenders replied on at Permalink Reply
ramonleenders
Oh wait, maybe I see the error in all this. You can enter the availability per product, yes? Then it shouldn't be $availability, but $product_item["availability"].

<?php if (trim($product_item["availability"]) != "") { ?>
<?php switch($product_item["availability"]) { ?>

Let me know if that did the trick.
ramonleenders replied on at Permalink Reply
ramonleenders
I can confirm this was a bug within Block Designer upon building the switch. It assumes it's not repeating. You can fix it with the code I gave you above.

If you want the updated version, update both Block Designer and Block Designer Pro to version 2.0.0. Both versions have A LOT of changes and bugfixes. A lot of code has been changed to improve everything yet again (with the latest concrete5 standards). This makes it a .0 version release, so I hope I got all bugs out.

Kind regards,

Ramon
DustyStrings replied on at Permalink Reply
DustyStrings
Thank you, that fixes it! I appreciate the help!

I will update both blocks to the new version.

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000

# concrete5 Packages
Block Designer (1.4.0), Block Designer Pro (1.1.10), Buttons Pro (1.3.7), Community CKEditor (0.9.0), HTML5 Audio Player Pro (2.1.2), Magic Tabs (7.0.1), Manual Nav (2.0.0), Quick Content (1.0.13), Responsive Embed (1.0.1), Whale OWL Carousel (2.5.3).

# concrete5 Overrides
blocks/fc_order_form_trial/icon.png, blocks/fc_order_form_trial/controller.php, blocks/fc_order_form_trial/db.xml, blocks/fc_order_form_trial/config.json, blocks/fc_order_form_trial/auto.js, blocks/fc_order_form_trial/add.php, blocks/fc_order_form_trial/edit.php, blocks/fc_order_form_trial/form.php, blocks/fc_order_form_trial/js_form/html.sortable.min.js, blocks/fc_order_form_trial/js_form/handlebars-helpers.js, blocks/fc_order_form_trial/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial/js_form, blocks/fc_order_form_trial/view.php, blocks/fc_order_form_trial/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial/css_form, blocks/fc_order_form_trial/composer.php, blocks/fc_order_form_trial, blocks/fc_order_form_trial_five_switch/icon.png, blocks/fc_order_form_trial_five_switch/controller.php, blocks/fc_order_form_trial_five_switch/db.xml, blocks/fc_order_form_trial_five_switch/config.json, blocks/fc_order_form_trial_five_switch/auto.js, blocks/fc_order_form_trial_five_switch/add.php, blocks/fc_order_form_trial_five_switch/edit.php, blocks/fc_order_form_trial_five_switch/form.php, blocks/fc_order_form_trial_five_switch/js_form/html.sortable.min.js, blocks/fc_order_form_trial_five_switch/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_five_switch/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_five_switch/js_form, blocks/fc_order_form_trial_five_switch/view.php, blocks/fc_order_form_trial_five_switch/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_five_switch/css_form, blocks/fc_order_form_trial_five_switch/composer.php, blocks/fc_order_form_trial_five_switch, blocks/rainbow_sidebar_link/icon.png, blocks/rainbow_sidebar_link/controller.php, blocks/rainbow_sidebar_link/db.xml, blocks/rainbow_sidebar_link/config.json, blocks/rainbow_sidebar_link/add.php, blocks/rainbow_sidebar_link/edit.php, blocks/rainbow_sidebar_link/form.php, blocks/rainbow_sidebar_link/view.php, blocks/rainbow_sidebar_link/view.css, blocks/rainbow_sidebar_link/composer.php, blocks/rainbow_sidebar_link, blocks/fc_price_qty_button/icon.png, blocks/fc_price_qty_button/controller.php, blocks/fc_price_qty_button/db.xml, blocks/fc_price_qty_button/config.json, blocks/fc_price_qty_button/add.php, blocks/fc_price_qty_button/edit.php, blocks/fc_price_qty_button/form.php, blocks/fc_price_qty_button/view.php, blocks/fc_price_qty_button/composer.php, blocks/fc_price_qty_button, blocks/fc_order_form_trial_two/icon.png, blocks/fc_order_form_trial_two/controller.php, blocks/fc_order_form_trial_two/db.xml, blocks/fc_order_form_trial_two/config.json, blocks/fc_order_form_trial_two/auto.js, blocks/fc_order_form_trial_two/add.php, blocks/fc_order_form_trial_two/edit.php, blocks/fc_order_form_trial_two/form.php, blocks/fc_order_form_trial_two/js_form/html.sortable.min.js, blocks/fc_order_form_trial_two/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_two/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_two/js_form, blocks/fc_order_form_trial_two/view.php, blocks/fc_order_form_trial_two/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_two/css_form, blocks/fc_order_form_trial_two/composer.php, blocks/fc_order_form_trial_two, blocks/fc_order_form_trial_three/icon.png, blocks/fc_order_form_trial_three/controller.php, blocks/fc_order_form_trial_three/db.xml, blocks/fc_order_form_trial_three/config.json, blocks/fc_order_form_trial_three/auto.js, blocks/fc_order_form_trial_three/add.php, blocks/fc_order_form_trial_three/edit.php, blocks/fc_order_form_trial_three/form.php, blocks/fc_order_form_trial_three/js_form/html.sortable.min.js, blocks/fc_order_form_trial_three/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_three/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_three/js_form, blocks/fc_order_form_trial_three/view.php, blocks/fc_order_form_trial_three/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_three/css_form, blocks/fc_order_form_trial_three/composer.php, blocks/fc_order_form_trial_three, blocks/fc_multiple_products_b/icon.png, blocks/fc_multiple_products_b/controller.php, blocks/fc_multiple_products_b/db.xml, blocks/fc_multiple_products_b/config.json, blocks/fc_multiple_products_b/auto.js, blocks/fc_multiple_products_b/add.php, blocks/fc_multiple_products_b/edit.php, blocks/fc_multiple_products_b/form.php, blocks/fc_multiple_products_b/js_form/html.sortable.min.js, blocks/fc_multiple_products_b/js_form/handlebars-helpers.js, blocks/fc_multiple_products_b/js_form/handlebars-v4.0.2.js, blocks/fc_multiple_products_b/js_form, blocks/fc_multiple_products_b/view.php, blocks/fc_multiple_products_b/css_form/repeatable-ft.form.css, blocks/fc_multiple_products_b/css_form, blocks/fc_multiple_products_b/composer.php, blocks/fc_multiple_products_b, blocks/fc_options_trial/icon.png, blocks/fc_options_trial/controller.php, blocks/fc_options_trial/db.xml, blocks/fc_options_trial/config.json, blocks/fc_options_trial/auto.js, blocks/fc_options_trial/add.php, blocks/fc_options_trial/edit.php, blocks/fc_options_trial/form.php, blocks/fc_options_trial/js_form/html.sortable.min.js, blocks/fc_options_trial/js_form/handlebars-helpers.js, blocks/fc_options_trial/js_form/handlebars-v4.0.2.js, blocks/fc_options_trial/js_form, blocks/fc_options_trial/view.php, blocks/fc_options_trial/css_form/repeatable-ft.form.css, blocks/fc_options_trial/css_form, blocks/fc_options_trial/composer.php, blocks/fc_options_trial, blocks/fc_select_option/icon.png, blocks/fc_select_option/controller.php, blocks/fc_select_option/db.xml, blocks/fc_select_option/config.json, blocks/fc_select_option/auto.js, blocks/fc_select_option/add.php, blocks/fc_select_option/edit.php, blocks/fc_select_option/form.php, blocks/fc_select_option/js_form/html.sortable.min.js, blocks/fc_select_option/js_form/handlebars-helpers.js, blocks/fc_select_option/js_form/handlebars-v4.0.2.js, blocks/fc_select_option/js_form, blocks/fc_select_option/view.php, blocks/fc_select_option/css_form/repeatable-ft.form.css, blocks/fc_select_option/css_form, blocks/fc_select_option/composer.php, blocks/fc_select_option, blocks/orange_torn_link/icon.png, blocks/orange_torn_link/controller.php, blocks/orange_torn_link/db.xml, blocks/orange_torn_link/config.json, blocks/orange_torn_link/add.php, blocks/orange_torn_link/edit.php, blocks/orange_torn_link/form.php, blocks/orange_torn_link/view.php, blocks/orange_torn_link/composer.php, blocks/orange_torn_link, blocks/fc_options/icon.png, blocks/fc_options/controller.php, blocks/fc_options/db.xml, blocks/fc_options/config.json, blocks/fc_options/auto.js, blocks/fc_options/add.php, blocks/fc_options/edit.php, blocks/fc_options/form.php, blocks/fc_options/js_form/html.sortable.min.js, blocks/fc_options/js_form/handlebars-helpers.js, blocks/fc_options/js_form/handlebars-v4.0.2.js, blocks/fc_options/js_form, blocks/fc_options/view.php, blocks/fc_options/css_form/repeatable-ft.form.css, blocks/fc_options/css_form, blocks/fc_options/composer.php, blocks/fc_options, blocks/image/templates/Caption_Regular/view.php, blocks/image/templates/Caption_Regular, blocks/image/templates/Caption_Link/view.php, blocks/image/templates/Caption_Link, blocks/image/templates/Dusty_Thumb_Link/view.php, blocks/image/templates/Dusty_Thumb_Link/view.css, blocks/image/templates/Dusty_Thumb_Link, blocks/image/templates/Dusty_Link_Display_Title/view.php, blocks/image/templates/Dusty_Link_Display_Title/view.css, blocks/image/templates/Dusty_Link_Display_Title, blocks/image/templates, blocks/image, blocks/fc_basic/icon.png, blocks/fc_basic/controller.php, blocks/fc_basic/db.xml, blocks/fc_basic/config.json, blocks/fc_basic/add.php, blocks/fc_basic/edit.php, blocks/fc_basic/form.php, blocks/fc_basic/view.php, blocks/fc_basic/composer.php, blocks/fc_basic, blocks/autonav/templates/dusty-breadcrumb/view.php, blocks/autonav/templates/dusty-breadcrumb/view.css, blocks/autonav/templates/dusty-breadcrumb, blocks/autonav/templates/dusty-mobile-nav/view.js, blocks/autonav/templates/dusty-mobile-nav/view.php, blocks/autonav/templates/dusty-mobile-nav/view.css, blocks/autonav/templates/dusty-mobile-nav, blocks/autonav/templates/dusty-nav-sibling/view.php, blocks/autonav/templates/dusty-nav-sibling/view.css, blocks/autonav/templates/dusty-nav-sibling, blocks/autonav/templates/dusty-nav-main/view.php, blocks/autonav/templates/dusty-nav-main/view.css, blocks/autonav/templates/dusty-nav-main, blocks/autonav/templates/dusty_footer_nav/view.js, blocks/autonav/templates/dusty_footer_nav/view.php, blocks/autonav/templates/dusty_footer_nav/view.css, blocks/autonav/templates/dusty_footer_nav, blocks/autonav/templates, blocks/autonav, blocks/html5_audio_player_pro/templates/dusty_simple/view.php, blocks/html5_audio_player_pro/templates/dusty_simple/view.css, blocks/html5_audio_player_pro/templates/dusty_simple, blocks/html5_audio_player_pro/templates/dusty_harp_page/view.php, blocks/html5_audio_player_pro/templates/dusty_harp_page/view.css, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.purple.cream.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/old-jplayer.dusty-2.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.video.play.png, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/orange-jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.purple.red.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/old-jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.black.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.seeking.gif, blocks/html5_audio_player_pro/templates/dusty_harp_page/img, blocks/html5_audio_player_pro/templates/dusty_harp_page, blocks/html5_audio_player_pro/templates, blocks/html5_audio_player_pro, blocks/red_button_link/icon.png, blocks/red_button_link/controller.php, blocks/red_button_link/db.xml, blocks/red_button_link/config.json, blocks/red_button_link/add.php, blocks/red_button_link/edit.php, blocks/red_button_link/form.php, blocks/red_button_link/view.php, blocks/red_button_link/composer.php, blocks/red_button_link, blocks/fc_single_product_b/icon.png, blocks/fc_single_product_b/controller.php, blocks/fc_single_product_b/db.xml, blocks/fc_single_product_b/config.json, blocks/fc_single_product_b/add.php, blocks/fc_single_product_b/edit.php, blocks/fc_single_product_b/form.php, blocks/fc_single_product_b/view.php, blocks/fc_single_product_b/composer.php, blocks/fc_single_product_b, blocks/fc_multiple_products/icon.png, blocks/fc_multiple_products/controller.php, blocks/fc_multiple_products/db.xml, blocks/fc_multiple_products/config.json, blocks/fc_multiple_products/auto.js, blocks/fc_multiple_products/add.php, blocks/fc_multiple_products/edit.php, blocks/fc_multiple_products/form.php, blocks/fc_multiple_products/js_form/html.sortable.min.js, blocks/fc_multiple_products/js_form/handlebars-helpers.js, blocks/fc_multiple_products/js_form/handlebars-v4.0.2.js, blocks/fc_multiple_products/js_form, blocks/fc_multiple_products/view.php, blocks/fc_multiple_products/css_form/repeatable-ft.form.css, blocks/fc_multiple_products/css_form, blocks/fc_multiple_products/composer.php, blocks/fc_multiple_products, blocks/fc_single_product/icon.png, blocks/fc_single_product/controller.php, blocks/fc_single_product/db.xml, blocks/fc_single_product/config.json, blocks/fc_single_product/add.php, blocks/fc_single_product/edit.php, blocks/fc_single_product/form.php, blocks/fc_single_product/view.php, blocks/fc_single_product/composer.php, blocks/fc_single_product, blocks/orange_button_link/icon.png, blocks/orange_button_link/controller.php, blocks/orange_button_link/db.xml, blocks/orange_button_link/config.json, blocks/orange_button_link/add.php, blocks/orange_button_link/edit.php, blocks/orange_button_link/form.php, blocks/orange_button_link/view.php, blocks/orange_button_link/composer.php, blocks/orange_button_link, blocks/peach_torn_link/icon.png, blocks/peach_torn_link/controller.php, blocks/peach_torn_link/db.xml, blocks/peach_torn_link/config.json, blocks/peach_torn_link/add.php, blocks/peach_torn_link/edit.php, blocks/peach_torn_link/form.php, blocks/peach_torn_link/view.php, blocks/peach_torn_link/composer.php, blocks/peach_torn_link, blocks/fc_order_form_trial_four/icon.png, blocks/fc_order_form_trial_four/controller.php, blocks/fc_order_form_trial_four/db.xml, blocks/fc_order_form_trial_four/config.json, blocks/fc_order_form_trial_four/auto.js, blocks/fc_order_form_trial_four/add.php, blocks/fc_order_form_trial_four/edit.php, blocks/fc_order_form_trial_four/form.php, blocks/fc_order_form_trial_four/js_form/html.sortable.min.js, blocks/fc_order_form_trial_four/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_four/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_four/js_form, blocks/fc_order_form_trial_four/view.php, blocks/fc_order_form_trial_four/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_four/css_form, blocks/fc_order_form_trial_four/composer.php, blocks/fc_order_form_trial_four, blocks/rss_displayer/controller.php, blocks/rss_displayer/templates/dusty-home/view.php, blocks/rss_displayer/templates/dusty-home/view.css, blocks/rss_displayer/templates/dusty-home, blocks/rss_displayer/templates, blocks/rss_displayer, blocks/dark_orange_torn_link/icon.png, blocks/dark_orange_torn_link/controller.php, blocks/dark_orange_torn_link/db.xml, blocks/dark_orange_torn_link/config.json, blocks/dark_orange_torn_link/add.php, blocks/dark_orange_torn_link/edit.php, blocks/dark_orange_torn_link/form.php, blocks/dark_orange_torn_link/view.php, blocks/dark_orange_torn_link/composer.php, blocks/dark_orange_torn_link, blocks/fc_single_product_c/icon.png, blocks/fc_single_product_c/controller.php, blocks/fc_single_product_c/db.xml, blocks/fc_single_product_c/config.json, blocks/fc_single_product_c/add.php, blocks/fc_single_product_c/edit.php, blocks/fc_single_product_c/form.php, blocks/fc_single_product_c/view.php, blocks/fc_single_product_c/composer.php, blocks/fc_single_product_c, blocks/manual_nav/controller.php, blocks/manual_nav/templates/dusty_sidebar/view.php, blocks/manual_nav/templates/dusty_sidebar, blocks/manual_nav/templates, blocks/manual_nav, blocks/jl_magic_tabs/templates/dusty_model_tabs/view.php, blocks/jl_magic_tabs/templates/dusty_model_tabs/view.css, blocks/jl_magic_tabs/templates/dusty_model_tabs, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs/view.php, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs/view.css, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion/view.php, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion/view.css, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion, blocks/jl_magic_tabs/templates, blocks/jl_magic_tabs, blocks/fc_basic_trial/icon.png, blocks/fc_basic_trial/controller.php, blocks/fc_basic_trial/db.xml, blocks/fc_basic_trial/config.json, blocks/fc_basic_trial/add.php, blocks/fc_basic_trial/edit.php, blocks/fc_basic_trial/form.php, blocks/fc_basic_trial/view.php, blocks/fc_basic_trial/composer.php, blocks/fc_basic_trial, blocks/red_torn_link/icon.png, blocks/red_torn_link/controller.php, blocks/red_torn_link/db.xml, blocks/red_torn_link/config.json, blocks/red_torn_link/add.php, blocks/red_torn_link/edit.php, blocks/red_torn_link/form.php, blocks/red_torn_link/view.php, blocks/red_torn_link/composer.php, blocks/red_torn_link, blocks/red_orange_torn_link/icon.png, blocks/red_orange_torn_link/controller.php, blocks/red_orange_torn_link/db.xml, blocks/red_orange_torn_link/config.json, blocks/red_orange_torn_link/add.php, blocks/red_orange_torn_link/edit.php, blocks/red_orange_torn_link/form.php, blocks/red_orange_torn_link/view.php, blocks/red_orange_torn_link/composer.php, blocks/red_orange_torn_link, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, single_pages/search.php, themes/elementalcustom/owl_carousel_test.php, themes/elementalcustom/left_sidebar.php, themes/elementalcustom/page_theme.php, themes/elementalcustom/page_forbidden.php, themes/elementalcustom/css/medium-small/ms.less, themes/elementalcustom/css/medium-small/variables.less, themes/elementalcustom/css/medium-small/grid.less, themes/elementalcustom/css/medium-small/mixins/grid-framework.less, themes/elementalcustom/css/medium-small/mixins/grid.less, themes/elementalcustom/css/medium-small/mixins, themes/elementalcustom/css/medium-small/responsive-utilities.less, themes/elementalcustom/css/medium-small, themes/elementalcustom/css/main.less, themes/elementalcustom/css/presets/blue-sky.less, themes/elementalcustom/css/presets/royal.less, themes/elementalcustom/css/presets/defaults.less, themes/elementalcustom/css/presets/night-road.less, themes/elementalcustom/css/presets, themes/elementalcustom/css/styles.xml, themes/elementalcustom/css/bootstrap-modified.css, themes/elementalcustom/css/build/body.less, themes/elementalcustom/css/build/fonts/blue-sky.less, themes/elementalcustom/css/build/fonts/royal.less, themes/elementalcustom/css/build/fonts/defaults.less, themes/elementalcustom/css/build/fonts/night-road.less, themes/elementalcustom/css/build/fonts, themes/elementalcustom/css/build/content.less, themes/elementalcustom/css/build/reset.less, themes/elementalcustom/css/build/mixins.less, themes/elementalcustom/css/build/search.less, themes/elementalcustom/css/build/blocks/page-attribute-display.less, themes/elementalcustom/css/build/blocks/date-navigation.less, themes/elementalcustom/css/build/blocks/page-list-template-thumbnail-grid.less, themes/elementalcustom/css/build/blocks/testimonial.less, themes/elementalcustom/css/build/blocks/image-slider.less, themes/elementalcustom/css/build/blocks/tags.less, themes/elementalcustom/css/build/blocks/image.less, themes/elementalcustom/css/build/blocks/page-list.less, themes/elementalcustom/css/build/blocks/page-list-option-buttons.less, themes/elementalcustom/css/build/blocks/page-title.less, themes/elementalcustom/css/build/blocks/next-previous.less, themes/elementalcustom/css/build/blocks/faq.less, themes/elementalcustom/css/build/blocks/feature-template-hover-description.less, themes/elementalcustom/css/build/blocks/topic-list.less, themes/elementalcustom/css/build/blocks/feature.less, themes/elementalcustom/css/build/blocks/page-title-option-byline.less, themes/elementalcustom/css/build/blocks, themes/elementalcustom/css/build/breadcrumb.less, themes/elementalcustom/css/build/footer.less, themes/elementalcustom/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/elementalcustom/css/build/custom-design-classes/blog-entry-list.less, themes/elementalcustom/css/build/custom-design-classes/recent-blog-entry.less, themes/elementalcustom/css/build/custom-design-classes/area-content-accent.less, themes/elementalcustom/css/build/custom-design-classes/block-sidebar-padded.less, themes/elementalcustom/css/build/custom-design-classes/testimonial-bio.less, themes/elementalcustom/css/build/custom-design-classes, themes/elementalcustom/css/build/header.less, themes/elementalcustom/css/build/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/theme.less, themes/elementalcustom/css/build/bootstrap-3.2.0/list-group.less, themes/elementalcustom/css/build/bootstrap-3.2.0/labels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/panels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/alerts.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins.less, themes/elementalcustom/css/build/bootstrap-3.2.0/glyphicons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/carousel.less, themes/elementalcustom/css/build/bootstrap-3.2.0/progress-bars.less, themes/elementalcustom/css/build/bootstrap-3.2.0/jumbotron.less, themes/elementalcustom/css/build/bootstrap-3.2.0/wells.less, themes/elementalcustom/css/build/bootstrap-3.2.0/navs.less, themes/elementalcustom/css/build/bootstrap-3.2.0/tables.less, themes/elementalcustom/css/build/bootstrap-3.2.0/dropdowns.less, themes/elementalcustom/css/build/bootstrap-3.2.0/variables.less, themes/elementalcustom/css/build/bootstrap-3.2.0/popovers.less, themes/elementalcustom/css/build/bootstrap-3.2.0/button-groups.less, themes/elementalcustom/css/build/bootstrap-3.2.0/bootstrap.less, themes/elementalcustom/css/build/bootstrap-3.2.0/scaffolding.less, themes/elementalcustom/css/build/bootstrap-3.2.0/tooltip.less, themes/elementalcustom/css/build/bootstrap-3.2.0/forms.less, themes/elementalcustom/css/build/bootstrap-3.2.0/component-animations.less, themes/elementalcustom/css/build/bootstrap-3.2.0/pager.less, themes/elementalcustom/css/build/bootstrap-3.2.0/navbar.less, themes/elementalcustom/css/build/bootstrap-3.2.0/code.less, themes/elementalcustom/css/build/bootstrap-3.2.0/grid.less, themes/elementalcustom/css/build/bootstrap-3.2.0/print.less, themes/elementalcustom/css/build/bootstrap-3.2.0/input-groups.less, themes/elementalcustom/css/build/bootstrap-3.2.0/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/thumbnails.less, themes/elementalcustom/css/build/bootstrap-3.2.0/modals.less, themes/elementalcustom/css/build/bootstrap-3.2.0/utilities.less, themes/elementalcustom/css/build/bootstrap-3.2.0/pagination.less, themes/elementalcustom/css/build/bootstrap-3.2.0/media.less, themes/elementalcustom/css/build/bootstrap-3.2.0/responsive-embed.less, themes/elementalcustom/css/build/bootstrap-3.2.0/badges.less, themes/elementalcustom/css/build/bootstrap-3.2.0/type.less, themes/elementalcustom/css/build/bootstrap-3.2.0/close.less, themes/elementalcustom/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/elementalcustom/css/build/bootstrap-3.2.0/normalize.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/size.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/labels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/panels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/image.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/forms.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/resize.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/grid.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins, themes/elementalcustom/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/elementalcustom/css/build/bootstrap-3.2.0, themes/elementalcustom/css/build/miscellaneous-styles.less, themes/elementalcustom/css/build/mobile/navigation.less, themes/elementalcustom/css/build/mobile, themes/elementalcustom/css/build/pagination.less, themes/elementalcustom/css/build, themes/elementalcustom/css, themes/elementalcustom/product_detail.php, themes/elementalcustom/description.txt, themes/elementalcustom/harp_model.php, themes/elementalcustom/images/background.jpg, themes/elementalcustom/images/background-slider-default.png, themes/elementalcustom/images/background-old.png, themes/elementalcustom/images/background-slider-blue-sky.png, themes/elementalcustom/images/background-slider-royal.png, themes/elementalcustom/images/background-slider-night-road.png, themes/elementalcustom/images, themes/elementalcustom/home.php, themes/elementalcustom/full.php, themes/elementalcustom/elements/footer_bottom.php, themes/elementalcustom/elements/footer.php, themes/elementalcustom/elements/header_top.php, themes/elementalcustom/elements/header.php, themes/elementalcustom/elements, themes/elementalcustom/default.php, themes/elementalcustom/view.php, themes/elementalcustom/page_not_found.php, themes/elementalcustom/blank.php, themes/elementalcustom/search.php, themes/elementalcustom/right_sidebar.php, themes/elementalcustom/thumbnail.png, themes/elementalcustom/hd_model.php, themes/elementalcustom, blocks/fc_order_form_trial/icon.png, blocks/fc_order_form_trial/controller.php, blocks/fc_order_form_trial/db.xml, blocks/fc_order_form_trial/config.json, blocks/fc_order_form_trial/auto.js, blocks/fc_order_form_trial/add.php, blocks/fc_order_form_trial/edit.php, blocks/fc_order_form_trial/form.php, blocks/fc_order_form_trial/js_form/html.sortable.min.js, blocks/fc_order_form_trial/js_form/handlebars-helpers.js, blocks/fc_order_form_trial/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial/js_form, blocks/fc_order_form_trial/view.php, blocks/fc_order_form_trial/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial/css_form, blocks/fc_order_form_trial/composer.php, blocks/fc_order_form_trial, blocks/fc_order_form_trial_five_switch/icon.png, blocks/fc_order_form_trial_five_switch/controller.php, blocks/fc_order_form_trial_five_switch/db.xml, blocks/fc_order_form_trial_five_switch/config.json, blocks/fc_order_form_trial_five_switch/auto.js, blocks/fc_order_form_trial_five_switch/add.php, blocks/fc_order_form_trial_five_switch/edit.php, blocks/fc_order_form_trial_five_switch/form.php, blocks/fc_order_form_trial_five_switch/js_form/html.sortable.min.js, blocks/fc_order_form_trial_five_switch/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_five_switch/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_five_switch/js_form, blocks/fc_order_form_trial_five_switch/view.php, blocks/fc_order_form_trial_five_switch/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_five_switch/css_form, blocks/fc_order_form_trial_five_switch/composer.php, blocks/fc_order_form_trial_five_switch, blocks/rainbow_sidebar_link/icon.png, blocks/rainbow_sidebar_link/controller.php, blocks/rainbow_sidebar_link/db.xml, blocks/rainbow_sidebar_link/config.json, blocks/rainbow_sidebar_link/add.php, blocks/rainbow_sidebar_link/edit.php, blocks/rainbow_sidebar_link/form.php, blocks/rainbow_sidebar_link/view.php, blocks/rainbow_sidebar_link/view.css, blocks/rainbow_sidebar_link/composer.php, blocks/rainbow_sidebar_link, blocks/fc_price_qty_button/icon.png, blocks/fc_price_qty_button/controller.php, blocks/fc_price_qty_button/db.xml, blocks/fc_price_qty_button/config.json, blocks/fc_price_qty_button/add.php, blocks/fc_price_qty_button/edit.php, blocks/fc_price_qty_button/form.php, blocks/fc_price_qty_button/view.php, blocks/fc_price_qty_button/composer.php, blocks/fc_price_qty_button, blocks/fc_order_form_trial_two/icon.png, blocks/fc_order_form_trial_two/controller.php, blocks/fc_order_form_trial_two/db.xml, blocks/fc_order_form_trial_two/config.json, blocks/fc_order_form_trial_two/auto.js, blocks/fc_order_form_trial_two/add.php, blocks/fc_order_form_trial_two/edit.php, blocks/fc_order_form_trial_two/form.php, blocks/fc_order_form_trial_two/js_form/html.sortable.min.js, blocks/fc_order_form_trial_two/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_two/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_two/js_form, blocks/fc_order_form_trial_two/view.php, blocks/fc_order_form_trial_two/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_two/css_form, blocks/fc_order_form_trial_two/composer.php, blocks/fc_order_form_trial_two, blocks/fc_order_form_trial_three/icon.png, blocks/fc_order_form_trial_three/controller.php, blocks/fc_order_form_trial_three/db.xml, blocks/fc_order_form_trial_three/config.json, blocks/fc_order_form_trial_three/auto.js, blocks/fc_order_form_trial_three/add.php, blocks/fc_order_form_trial_three/edit.php, blocks/fc_order_form_trial_three/form.php, blocks/fc_order_form_trial_three/js_form/html.sortable.min.js, blocks/fc_order_form_trial_three/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_three/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_three/js_form, blocks/fc_order_form_trial_three/view.php, blocks/fc_order_form_trial_three/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_three/css_form, blocks/fc_order_form_trial_three/composer.php, blocks/fc_order_form_trial_three, blocks/fc_multiple_products_b/icon.png, blocks/fc_multiple_products_b/controller.php, blocks/fc_multiple_products_b/db.xml, blocks/fc_multiple_products_b/config.json, blocks/fc_multiple_products_b/auto.js, blocks/fc_multiple_products_b/add.php, blocks/fc_multiple_products_b/edit.php, blocks/fc_multiple_products_b/form.php, blocks/fc_multiple_products_b/js_form/html.sortable.min.js, blocks/fc_multiple_products_b/js_form/handlebars-helpers.js, blocks/fc_multiple_products_b/js_form/handlebars-v4.0.2.js, blocks/fc_multiple_products_b/js_form, blocks/fc_multiple_products_b/view.php, blocks/fc_multiple_products_b/css_form/repeatable-ft.form.css, blocks/fc_multiple_products_b/css_form, blocks/fc_multiple_products_b/composer.php, blocks/fc_multiple_products_b, blocks/fc_options_trial/icon.png, blocks/fc_options_trial/controller.php, blocks/fc_options_trial/db.xml, blocks/fc_options_trial/config.json, blocks/fc_options_trial/auto.js, blocks/fc_options_trial/add.php, blocks/fc_options_trial/edit.php, blocks/fc_options_trial/form.php, blocks/fc_options_trial/js_form/html.sortable.min.js, blocks/fc_options_trial/js_form/handlebars-helpers.js, blocks/fc_options_trial/js_form/handlebars-v4.0.2.js, blocks/fc_options_trial/js_form, blocks/fc_options_trial/view.php, blocks/fc_options_trial/css_form/repeatable-ft.form.css, blocks/fc_options_trial/css_form, blocks/fc_options_trial/composer.php, blocks/fc_options_trial, blocks/fc_select_option/icon.png, blocks/fc_select_option/controller.php, blocks/fc_select_option/db.xml, blocks/fc_select_option/config.json, blocks/fc_select_option/auto.js, blocks/fc_select_option/add.php, blocks/fc_select_option/edit.php, blocks/fc_select_option/form.php, blocks/fc_select_option/js_form/html.sortable.min.js, blocks/fc_select_option/js_form/handlebars-helpers.js, blocks/fc_select_option/js_form/handlebars-v4.0.2.js, blocks/fc_select_option/js_form, blocks/fc_select_option/view.php, blocks/fc_select_option/css_form/repeatable-ft.form.css, blocks/fc_select_option/css_form, blocks/fc_select_option/composer.php, blocks/fc_select_option, blocks/orange_torn_link/icon.png, blocks/orange_torn_link/controller.php, blocks/orange_torn_link/db.xml, blocks/orange_torn_link/config.json, blocks/orange_torn_link/add.php, blocks/orange_torn_link/edit.php, blocks/orange_torn_link/form.php, blocks/orange_torn_link/view.php, blocks/orange_torn_link/composer.php, blocks/orange_torn_link, blocks/fc_options/icon.png, blocks/fc_options/controller.php, blocks/fc_options/db.xml, blocks/fc_options/config.json, blocks/fc_options/auto.js, blocks/fc_options/add.php, blocks/fc_options/edit.php, blocks/fc_options/form.php, blocks/fc_options/js_form/html.sortable.min.js, blocks/fc_options/js_form/handlebars-helpers.js, blocks/fc_options/js_form/handlebars-v4.0.2.js, blocks/fc_options/js_form, blocks/fc_options/view.php, blocks/fc_options/css_form/repeatable-ft.form.css, blocks/fc_options/css_form, blocks/fc_options/composer.php, blocks/fc_options, blocks/image/templates/Caption_Regular/view.php, blocks/image/templates/Caption_Regular, blocks/image/templates/Caption_Link/view.php, blocks/image/templates/Caption_Link, blocks/image/templates/Dusty_Thumb_Link/view.php, blocks/image/templates/Dusty_Thumb_Link/view.css, blocks/image/templates/Dusty_Thumb_Link, blocks/image/templates/Dusty_Link_Display_Title/view.php, blocks/image/templates/Dusty_Link_Display_Title/view.css, blocks/image/templates/Dusty_Link_Display_Title, blocks/image/templates, blocks/image, blocks/fc_basic/icon.png, blocks/fc_basic/controller.php, blocks/fc_basic/db.xml, blocks/fc_basic/config.json, blocks/fc_basic/add.php, blocks/fc_basic/edit.php, blocks/fc_basic/form.php, blocks/fc_basic/view.php, blocks/fc_basic/composer.php, blocks/fc_basic, blocks/autonav/templates/dusty-breadcrumb/view.php, blocks/autonav/templates/dusty-breadcrumb/view.css, blocks/autonav/templates/dusty-breadcrumb, blocks/autonav/templates/dusty-mobile-nav/view.js, blocks/autonav/templates/dusty-mobile-nav/view.php, blocks/autonav/templates/dusty-mobile-nav/view.css, blocks/autonav/templates/dusty-mobile-nav, blocks/autonav/templates/dusty-nav-sibling/view.php, blocks/autonav/templates/dusty-nav-sibling/view.css, blocks/autonav/templates/dusty-nav-sibling, blocks/autonav/templates/dusty-nav-main/view.php, blocks/autonav/templates/dusty-nav-main/view.css, blocks/autonav/templates/dusty-nav-main, blocks/autonav/templates/dusty_footer_nav/view.js, blocks/autonav/templates/dusty_footer_nav/view.php, blocks/autonav/templates/dusty_footer_nav/view.css, blocks/autonav/templates/dusty_footer_nav, blocks/autonav/templates, blocks/autonav, blocks/html5_audio_player_pro/templates/dusty_simple/view.php, blocks/html5_audio_player_pro/templates/dusty_simple/view.css, blocks/html5_audio_player_pro/templates/dusty_simple, blocks/html5_audio_player_pro/templates/dusty_harp_page/view.php, blocks/html5_audio_player_pro/templates/dusty_harp_page/view.css, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.purple.cream.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/old-jplayer.dusty-2.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.video.play.png, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/orange-jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.purple.red.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/old-jplayer.dusty.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.dusty.black.jpg, blocks/html5_audio_player_pro/templates/dusty_harp_page/img/jplayer.pink.flag.seeking.gif, blocks/html5_audio_player_pro/templates/dusty_harp_page/img, blocks/html5_audio_player_pro/templates/dusty_harp_page, blocks/html5_audio_player_pro/templates, blocks/html5_audio_player_pro, blocks/red_button_link/icon.png, blocks/red_button_link/controller.php, blocks/red_button_link/db.xml, blocks/red_button_link/config.json, blocks/red_button_link/add.php, blocks/red_button_link/edit.php, blocks/red_button_link/form.php, blocks/red_button_link/view.php, blocks/red_button_link/composer.php, blocks/red_button_link, blocks/fc_single_product_b/icon.png, blocks/fc_single_product_b/controller.php, blocks/fc_single_product_b/db.xml, blocks/fc_single_product_b/config.json, blocks/fc_single_product_b/add.php, blocks/fc_single_product_b/edit.php, blocks/fc_single_product_b/form.php, blocks/fc_single_product_b/view.php, blocks/fc_single_product_b/composer.php, blocks/fc_single_product_b, blocks/fc_multiple_products/icon.png, blocks/fc_multiple_products/controller.php, blocks/fc_multiple_products/db.xml, blocks/fc_multiple_products/config.json, blocks/fc_multiple_products/auto.js, blocks/fc_multiple_products/add.php, blocks/fc_multiple_products/edit.php, blocks/fc_multiple_products/form.php, blocks/fc_multiple_products/js_form/html.sortable.min.js, blocks/fc_multiple_products/js_form/handlebars-helpers.js, blocks/fc_multiple_products/js_form/handlebars-v4.0.2.js, blocks/fc_multiple_products/js_form, blocks/fc_multiple_products/view.php, blocks/fc_multiple_products/css_form/repeatable-ft.form.css, blocks/fc_multiple_products/css_form, blocks/fc_multiple_products/composer.php, blocks/fc_multiple_products, blocks/fc_single_product/icon.png, blocks/fc_single_product/controller.php, blocks/fc_single_product/db.xml, blocks/fc_single_product/config.json, blocks/fc_single_product/add.php, blocks/fc_single_product/edit.php, blocks/fc_single_product/form.php, blocks/fc_single_product/view.php, blocks/fc_single_product/composer.php, blocks/fc_single_product, blocks/orange_button_link/icon.png, blocks/orange_button_link/controller.php, blocks/orange_button_link/db.xml, blocks/orange_button_link/config.json, blocks/orange_button_link/add.php, blocks/orange_button_link/edit.php, blocks/orange_button_link/form.php, blocks/orange_button_link/view.php, blocks/orange_button_link/composer.php, blocks/orange_button_link, blocks/peach_torn_link/icon.png, blocks/peach_torn_link/controller.php, blocks/peach_torn_link/db.xml, blocks/peach_torn_link/config.json, blocks/peach_torn_link/add.php, blocks/peach_torn_link/edit.php, blocks/peach_torn_link/form.php, blocks/peach_torn_link/view.php, blocks/peach_torn_link/composer.php, blocks/peach_torn_link, blocks/fc_order_form_trial_four/icon.png, blocks/fc_order_form_trial_four/controller.php, blocks/fc_order_form_trial_four/db.xml, blocks/fc_order_form_trial_four/config.json, blocks/fc_order_form_trial_four/auto.js, blocks/fc_order_form_trial_four/add.php, blocks/fc_order_form_trial_four/edit.php, blocks/fc_order_form_trial_four/form.php, blocks/fc_order_form_trial_four/js_form/html.sortable.min.js, blocks/fc_order_form_trial_four/js_form/handlebars-helpers.js, blocks/fc_order_form_trial_four/js_form/handlebars-v4.0.2.js, blocks/fc_order_form_trial_four/js_form, blocks/fc_order_form_trial_four/view.php, blocks/fc_order_form_trial_four/css_form/repeatable-ft.form.css, blocks/fc_order_form_trial_four/css_form, blocks/fc_order_form_trial_four/composer.php, blocks/fc_order_form_trial_four, blocks/rss_displayer/controller.php, blocks/rss_displayer/templates/dusty-home/view.php, blocks/rss_displayer/templates/dusty-home/view.css, blocks/rss_displayer/templates/dusty-home, blocks/rss_displayer/templates, blocks/rss_displayer, blocks/dark_orange_torn_link/icon.png, blocks/dark_orange_torn_link/controller.php, blocks/dark_orange_torn_link/db.xml, blocks/dark_orange_torn_link/config.json, blocks/dark_orange_torn_link/add.php, blocks/dark_orange_torn_link/edit.php, blocks/dark_orange_torn_link/form.php, blocks/dark_orange_torn_link/view.php, blocks/dark_orange_torn_link/composer.php, blocks/dark_orange_torn_link, blocks/fc_single_product_c/icon.png, blocks/fc_single_product_c/controller.php, blocks/fc_single_product_c/db.xml, blocks/fc_single_product_c/config.json, blocks/fc_single_product_c/add.php, blocks/fc_single_product_c/edit.php, blocks/fc_single_product_c/form.php, blocks/fc_single_product_c/view.php, blocks/fc_single_product_c/composer.php, blocks/fc_single_product_c, blocks/manual_nav/controller.php, blocks/manual_nav/templates/dusty_sidebar/view.php, blocks/manual_nav/templates/dusty_sidebar, blocks/manual_nav/templates, blocks/manual_nav, blocks/jl_magic_tabs/templates/dusty_model_tabs/view.php, blocks/jl_magic_tabs/templates/dusty_model_tabs/view.css, blocks/jl_magic_tabs/templates/dusty_model_tabs, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs/view.php, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs/view.css, blocks/jl_magic_tabs/templates/dusty_rainbow_tabs, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion/view.php, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion/view.css, blocks/jl_magic_tabs/templates/dusty_FAQ_accordion, blocks/jl_magic_tabs/templates, blocks/jl_magic_tabs, blocks/fc_basic_trial/icon.png, blocks/fc_basic_trial/controller.php, blocks/fc_basic_trial/db.xml, blocks/fc_basic_trial/config.json, blocks/fc_basic_trial/add.php, blocks/fc_basic_trial/edit.php, blocks/fc_basic_trial/form.php, blocks/fc_basic_trial/view.php, blocks/fc_basic_trial/composer.php, blocks/fc_basic_trial, blocks/red_torn_link/icon.png, blocks/red_torn_link/controller.php, blocks/red_torn_link/db.xml, blocks/red_torn_link/config.json, blocks/red_torn_link/add.php, blocks/red_torn_link/edit.php, blocks/red_torn_link/form.php, blocks/red_torn_link/view.php, blocks/red_torn_link/composer.php, blocks/red_torn_link, blocks/red_orange_torn_link/icon.png, blocks/red_orange_torn_link/controller.php, blocks/red_orange_torn_link/db.xml, blocks/red_orange_torn_link/config.json, blocks/red_orange_torn_link/add.php, blocks/red_orange_torn_link/edit.php, blocks/red_orange_torn_link/form.php, blocks/red_orange_torn_link/view.php, blocks/red_orange_torn_link/composer.php, blocks/red_orange_torn_link, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, single_pages/search.php, themes/elementalcustom/owl_carousel_test.php, themes/elementalcustom/left_sidebar.php, themes/elementalcustom/page_theme.php, themes/elementalcustom/page_forbidden.php, themes/elementalcustom/css/medium-small/ms.less, themes/elementalcustom/css/medium-small/variables.less, themes/elementalcustom/css/medium-small/grid.less, themes/elementalcustom/css/medium-small/mixins/grid-framework.less, themes/elementalcustom/css/medium-small/mixins/grid.less, themes/elementalcustom/css/medium-small/mixins, themes/elementalcustom/css/medium-small/responsive-utilities.less, themes/elementalcustom/css/medium-small, themes/elementalcustom/css/main.less, themes/elementalcustom/css/presets/blue-sky.less, themes/elementalcustom/css/presets/royal.less, themes/elementalcustom/css/presets/defaults.less, themes/elementalcustom/css/presets/night-road.less, themes/elementalcustom/css/presets, themes/elementalcustom/css/styles.xml, themes/elementalcustom/css/bootstrap-modified.css, themes/elementalcustom/css/build/body.less, themes/elementalcustom/css/build/fonts/blue-sky.less, themes/elementalcustom/css/build/fonts/royal.less, themes/elementalcustom/css/build/fonts/defaults.less, themes/elementalcustom/css/build/fonts/night-road.less, themes/elementalcustom/css/build/fonts, themes/elementalcustom/css/build/content.less, themes/elementalcustom/css/build/reset.less, themes/elementalcustom/css/build/mixins.less, themes/elementalcustom/css/build/search.less, themes/elementalcustom/css/build/blocks/page-attribute-display.less, themes/elementalcustom/css/build/blocks/date-navigation.less, themes/elementalcustom/css/build/blocks/page-list-template-thumbnail-grid.less, themes/elementalcustom/css/build/blocks/testimonial.less, themes/elementalcustom/css/build/blocks/image-slider.less, themes/elementalcustom/css/build/blocks/tags.less, themes/elementalcustom/css/build/blocks/image.less, themes/elementalcustom/css/build/blocks/page-list.less, themes/elementalcustom/css/build/blocks/page-list-option-buttons.less, themes/elementalcustom/css/build/blocks/page-title.less, themes/elementalcustom/css/build/blocks/next-previous.less, themes/elementalcustom/css/build/blocks/faq.less, themes/elementalcustom/css/build/blocks/feature-template-hover-description.less, themes/elementalcustom/css/build/blocks/topic-list.less, themes/elementalcustom/css/build/blocks/feature.less, themes/elementalcustom/css/build/blocks/page-title-option-byline.less, themes/elementalcustom/css/build/blocks, themes/elementalcustom/css/build/breadcrumb.less, themes/elementalcustom/css/build/footer.less, themes/elementalcustom/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/elementalcustom/css/build/custom-design-classes/blog-entry-list.less, themes/elementalcustom/css/build/custom-design-classes/recent-blog-entry.less, themes/elementalcustom/css/build/custom-design-classes/area-content-accent.less, themes/elementalcustom/css/build/custom-design-classes/block-sidebar-padded.less, themes/elementalcustom/css/build/custom-design-classes/testimonial-bio.less, themes/elementalcustom/css/build/custom-design-classes, themes/elementalcustom/css/build/header.less, themes/elementalcustom/css/build/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/theme.less, themes/elementalcustom/css/build/bootstrap-3.2.0/list-group.less, themes/elementalcustom/css/build/bootstrap-3.2.0/labels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/panels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/alerts.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins.less, themes/elementalcustom/css/build/bootstrap-3.2.0/glyphicons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/carousel.less, themes/elementalcustom/css/build/bootstrap-3.2.0/progress-bars.less, themes/elementalcustom/css/build/bootstrap-3.2.0/jumbotron.less, themes/elementalcustom/css/build/bootstrap-3.2.0/wells.less, themes/elementalcustom/css/build/bootstrap-3.2.0/navs.less, themes/elementalcustom/css/build/bootstrap-3.2.0/tables.less, themes/elementalcustom/css/build/bootstrap-3.2.0/dropdowns.less, themes/elementalcustom/css/build/bootstrap-3.2.0/variables.less, themes/elementalcustom/css/build/bootstrap-3.2.0/popovers.less, themes/elementalcustom/css/build/bootstrap-3.2.0/button-groups.less, themes/elementalcustom/css/build/bootstrap-3.2.0/bootstrap.less, themes/elementalcustom/css/build/bootstrap-3.2.0/scaffolding.less, themes/elementalcustom/css/build/bootstrap-3.2.0/tooltip.less, themes/elementalcustom/css/build/bootstrap-3.2.0/forms.less, themes/elementalcustom/css/build/bootstrap-3.2.0/component-animations.less, themes/elementalcustom/css/build/bootstrap-3.2.0/pager.less, themes/elementalcustom/css/build/bootstrap-3.2.0/navbar.less, themes/elementalcustom/css/build/bootstrap-3.2.0/code.less, themes/elementalcustom/css/build/bootstrap-3.2.0/grid.less, themes/elementalcustom/css/build/bootstrap-3.2.0/print.less, themes/elementalcustom/css/build/bootstrap-3.2.0/input-groups.less, themes/elementalcustom/css/build/bootstrap-3.2.0/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/thumbnails.less, themes/elementalcustom/css/build/bootstrap-3.2.0/modals.less, themes/elementalcustom/css/build/bootstrap-3.2.0/utilities.less, themes/elementalcustom/css/build/bootstrap-3.2.0/pagination.less, themes/elementalcustom/css/build/bootstrap-3.2.0/media.less, themes/elementalcustom/css/build/bootstrap-3.2.0/responsive-embed.less, themes/elementalcustom/css/build/bootstrap-3.2.0/badges.less, themes/elementalcustom/css/build/bootstrap-3.2.0/type.less, themes/elementalcustom/css/build/bootstrap-3.2.0/close.less, themes/elementalcustom/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/elementalcustom/css/build/bootstrap-3.2.0/normalize.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/size.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/labels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/panels.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/image.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/forms.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/resize.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/grid.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/elementalcustom/css/build/bootstrap-3.2.0/mixins, themes/elementalcustom/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/elementalcustom/css/build/bootstrap-3.2.0, themes/elementalcustom/css/build/miscellaneous-styles.less, themes/elementalcustom/css/build/mobile/navigation.less, themes/elementalcustom/css/build/mobile, themes/elementalcustom/css/build/pagination.less, themes/elementalcustom/css/build, themes/elementalcustom/css, themes/elementalcustom/product_detail.php, themes/elementalcustom/description.txt, themes/elementalcustom/harp_model.php, themes/elementalcustom/images/background.jpg, themes/elementalcustom/images/background-slider-default.png, themes/elementalcustom/images/background-old.png, themes/elementalcustom/images/background-slider-blue-sky.png, themes/elementalcustom/images/background-slider-royal.png, themes/elementalcustom/images/background-slider-night-road.png, themes/elementalcustom/images, themes/elementalcustom/home.php, themes/elementalcustom/full.php, themes/elementalcustom/elements/footer_bottom.php, themes/elementalcustom/elements/footer.php, themes/elementalcustom/elements/header_top.php, themes/elementalcustom/elements/header.php, themes/elementalcustom/elements, themes/elementalcustom/default.php, themes/elementalcustom/view.php, themes/elementalcustom/page_not_found.php, themes/elementalcustom/blank.php, themes/elementalcustom/search.php, themes/elementalcustom/right_sidebar.php, themes/elementalcustom/thumbnail.png, themes/elementalcustom/hd_model.php, themes/elementalcustom

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.3.29

# PHP Extensions
bcmath, bz2, bz2_filter, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, http, iconv, imap, intl, ionCube Loader, json, ldap, libxml, mailparse, mbstring, mcrypt, memcache, memcached, mhash, mysql, mysqli, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SourceGuardian, SPL, SQLite, sqlite3, ssh2, standard, stats, sysvmsg, sysvsem, tidy, tokenizer, wddx, xattr, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.

# PHP Settings
max_execution_time - 120
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 120
max_input_vars - 3000
memory_limit - 512M
post_max_size - 128M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 128M
http.persistent.handles.limit - -1
ldap.max_links - Unlimited
memcache.max_failover_attempts - 20
memcached.sess_lock_max_wait - 0
mysql.max_links - 60
mysql.max_persistent - Unlimited
mysqli.max_links - 60
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - 60
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.