76 lines
3.5 KiB
Smarty
76 lines
3.5 KiB
Smarty
{**
|
|
* 2007-2017 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* https://opensource.org/licenses/AFL-3.0
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2017 PrestaShop SA
|
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
{extends file='page.tpl'}
|
|
|
|
{block name='page_content_container'}
|
|
<section id="content" class="page-home"
|
|
data-mob-row="{if isset($roythemes.nc_mob_hp)}{$roythemes.nc_mob_hp}{else}1{/if}">
|
|
{block name='page_content_top'}{/block}
|
|
|
|
{block name='page_content'}
|
|
{block name='hook_home'}
|
|
<div class="c-boxes">
|
|
<div class="container">
|
|
<div class="hp-box-1">
|
|
<div class="_c-row _c-row-1">
|
|
<div class="_c-col _c-col-1">
|
|
<h3>Lorem Ipsum</h3>
|
|
<div class="_col-text">
|
|
<p>Lorem ipsum dolor sit amet consectetur. Tellus tempus suspendisse mauris dolor iaculis. Nunc est sed elit
|
|
eu. Egestas purus cursus pharetra quis dictumst dictum ac. Ut leo congue phasellus tellus id urna ultrices
|
|
eu. Sed odio rhoncus habitant diam tellus cras cursus elementum morbi.</p>
|
|
<p>At arcu arcu aliquam et tellus viverra amet. Amet euismod scelerisque ultrices pharetra. Semper at massa
|
|
est cras. Tempus condimentum velit nisi auctor aliquam. Amet morbi feugiat velit convallis amet cras eros
|
|
sapien quis. Scelerisque tortor ornare id velit ut lorem. Aliquet non morbi feugiat sed ut risus.</p>
|
|
<p>Amet morbi feugiat velit convallis amet cras eros sapien quis. Scelerisque tortor ornare id velit ut lorem.
|
|
Aliquet non morbi feugiat sed ut risus.</p>
|
|
</div>
|
|
<a href="#" class="_btn-1"><span>Zobacz wszystkie tapety</span></a>
|
|
</div>
|
|
<div class="_c-col _c-col-2">
|
|
<div class="_col-img"><img src="/img/cms/home/14d99568fef621a07422a4fcf50ba1160477d2be.jpg" alt="" /></div>
|
|
<div class="_col-img-thumbnail">
|
|
<ol>
|
|
<li><img src="/img/cms/home/thumb-1.png" alt="" /></li>
|
|
<li><img src="/img/cms/home/thumb-2.png" alt="" /></li>
|
|
<li><img src="/img/cms/home/thumb-3.png" alt="" /></li>
|
|
</ol>
|
|
<div class="_col-img-thumbnail--text">
|
|
<p>Rain of Flowers</p>
|
|
<a href="#">Zobacz tapetę</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{hook h='displayHomeCarousel' mod='pp_carousel'}
|
|
{$HOOK_HOME nofilter}
|
|
{/block}
|
|
{/block}
|
|
</section>
|
|
{/block} |