COVID2019 и это вот все. Друзья, вся эта история начинает плохо пахнет. Мойте руки, не ходите в люди. Отложите все плановые покупки и положите в носок заначку. Заприте ваших родителей, бабушек-дедушек на даче. Лучше перебдеть чем недобдеть. Берегите себя!

klonpro

Соучастники
  • Публикации

    1
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные пользователем klonpro

  1. Скажите как прописать в HEAD каноникал правильно https://drok24.ru/index.php?route=common/home вот эту хрень

    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{ title }}</title>
    <base href="{{ base }}" />
    {% if (description) %} 
    <meta name="description" content="{{ description }}" />
    {% endif %} 
    {% if (keywords) %} 
    <meta name="keywords" content= "{{ keywords }}" />
    {% endif %} 
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    {% for link in links %} 
    <link href="{{ link['href'] }}" rel="{{ link['rel'] }}" />
    {% endfor %} 
    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic,300,300italic' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
    <link href="catalog/view/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
    {{ cssnewstore }}
    {% for style in styles %} 
    <link href="{{ style['href'] }}" type="text/css" rel="{{ style['rel'] }}" media="{{ style['media'] }}" />
    {% endfor %} 
    {% if (config_ns_themes_custom_bg_mode) %} 
        {% if (config_themes_custom_bg_img_preview) %} 
            <style type="text/css">body {background:url('image/{{ config_themes_custom_bg_img_preview }}'){% if (config_themes_custom_bg_repeat) %} {{ config_themes_custom_bg_repeat }} {% endif %} {% if (config_themes_custom_bg_attachment) %} {{ config_themes_custom_bg_attachment }} {% endif %} {% if (config_themes_custom_bg_position) %} {{ config_themes_custom_bg_position }} {% endif %};}</style>
        {% endif %} 
    {% else %}  
            <style type="text/css">body {background-color: {{ config_ns_themes_custom_bg_mode_color }};}</style>
    {% endif %} 
    {% if (config_on_off_shopping_cart_hover == '1') %} 
    <style type="text/css">