А теперь для тех кто не может купить нормальный блог с галереями
В файле catalogcontrollerrecordrecord.php удалить строки
$advertising_link="http://borinfo.com.ua/opencart/"; $opts = array('http'=>array('method'=>"GET",'header'=>"Content-Type: text/xml; charset=utf-8")); $context = stream_context_create($opts); $advertising_content=file_get_contents($advertising_link, false, $context); $advertising_pattern='|<div class="advertising">(.*?)</div>|is'; preg_match_all($advertising_pattern, $advertising_content , $advertising_data, PREG_OFFSET_CAPTURE); $this->data['text_advertising']=$advertising_data[0][0][0];
и
$this->data['tab_advertising'] = $this->language->get('tab_advertising');
В файле catalogviewthemedefaulttemplaterecordrecord.tpl удалите строки:
<style> .htabs a#tab_advertising div { } </style> <div style="overflow: hidden; width:2px; border-right: 1px solid #DDDDDD; height: 30px; "><a href="#tab-advertising" id="tab_advertising"><div><?php echo $tab_advertising; ?></div></a></div>
и
<div id="tab-advertising" class="tab-content"><?php echo $text_advertising; ?></div>
Если не понятно - поясняю... Этот код встраивает в страницы блога скрытый блок с ссылками которые берёт с сайта markimax
И здесь я ругань удалил...