Files
newwalls.pl/modules/roy_content/defaults.php
2024-12-17 13:43:22 +01:00

29 lines
1.3 KiB
PHP

<?php
$hometext1 = null;
$result &= $this->installFixture('1','home', $hometext1, '12', '
<h3 style="text-align:center">Check also our <a href="/demo/ayon/17/uranus/best-sales"><span style="text-decoration: underline;">Best Sellers</span></a> and new <a href="/demo/ayon/17/uranus/10-interior"><span style="text-decoration: underline;">Decor</span></a> collection!</h3>
', $this->context->shop->id, $language['id_lang']);
$bhome1 = 1;
$result &= $this->installFixture('2','home', $bhome1, '6', 'Custom HTML goes here', $this->context->shop->id, $language['id_lang']);
$bhome2 = 2;
$result &= $this->installFixture('3','home', $bhome2, '6', 'Custom HTML goes here', $this->context->shop->id, $language['id_lang']);
$hometext2 = null;
$result &= $this->installFixture('4','home', $hometext2, '5', '
<h3>Amazing geometric forms in the new ideas of our lead designer.</h3>
<p>&nbsp;</p>
<p>Lorem ipsum dolor sit amet, sed do eiusmod tempor ut labore et dolore magna aliqua.</p>
<p>&nbsp;</p>
<p><a href="#" class="btn">Get some inspiration</a></p>
', $this->context->shop->id, $language['id_lang']);
$footer = null;
$result &= $this->installFixture('1','footer', $footer, '12', '
Copyright 2019 © RoyThemes.<br />
Phone: +0 123 456 78 - Mail: <a href="ayon@roythemes.com">ayon@roythemes.com</a>
', $this->context->shop->id, $language['id_lang']);
?>