Создать блог

Последние записи блогов

    1. Opencart удаление корявых ссылокshoogrblog

      Buzz
      2849 Просмотров
      В файле
      system/library/response.php

      в методе output(), в самом начале добавить строку:
      Код:
      if (!defined('HTTP_CATALOG')) $this->output = str_replace('index.php?route=common/home', '', $this->output);