installFixture('1','home', $hometext1, '12', '
Check also our Best Sellers and new Decor collection!
', $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', '
Amazing geometric forms in the new ideas of our lead designer.
Lorem ipsum dolor sit amet, sed do eiusmod tempor ut labore et dolore magna aliqua.
Get some inspiration
', $this->context->shop->id, $language['id_lang']);
$footer = null;
$result &= $this->installFixture('1','footer', $footer, '12', '
Copyright 2019 © RoyThemes.
Phone: +0 123 456 78 - Mail: ayon@roythemes.com
', $this->context->shop->id, $language['id_lang']);
?>