PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
partials
<div class="form-group"> <label for="header_style" class="control-label">{{ __('Header style') }}</label> {!! Form::customSelect('header_style', get_layout_header_styles(), $headerStyle, ['class' => 'form-control', 'id' => 'header_style']) !!} </div> @if ($page && $page->template == 'homepage') <div class="form-group"> <label for="expanding_product_categories_on_the_homepage" class="control-label">{{ __('Expanding product categories on the homepage?') }}</label> {!! Form::customSelect( 'expanding_product_categories_on_the_homepage', [ 'yes' => trans('core/base::base.yes'), 'no' => trans('core/base::base.no'), ], 'no', ['class' => 'form-control', 'id' => 'expanding_product_categories_on_the_homepage'] ) !!} </div> @endif
[-] main-menu.blade.php
[edit]
[-] header.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] facebook-integration.blade.php
[edit]
[-] quick-view.blade.php
[edit]
[-] mobile-menu.blade.php
[edit]
[-] footer.blade.php
[edit]
[-] comments.blade.php
[edit]
[-] additional-simple-slider-fields.blade.php
[edit]
[-] product-category-fields.blade.php
[edit]
[-] flash-sale-product.blade.php
[edit]
[-] additional-product-fields.blade.php
[edit]
[+]
shortcodes
[-] breadcrumb.blade.php
[edit]
[+]
forms
[-] cart-panel.blade.php
[edit]
[-] ajax-search-results.blade.php
[edit]
[-] language-switcher.blade.php
[edit]
[-] quick-shop.blade.php
[edit]
[-] custom-pagination.blade.php
[edit]
[-] blog-post-fields.blade.php
[edit]
[-] additional-page-fields.blade.php
[edit]