Last active
October 9, 2019 07:05
-
-
Save Sentinel-7/bdb92374f4aaaccdb10f12e66ed93a9d to your computer and use it in GitHub Desktop.
head
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width"> | |
<meta name="format-detection" content="telephone=no"> | |
<meta http-equiv="x-rim-auto-match" content="none"> | |
<base href="{$_modx->config.site_url}" /> | |
{if $_modx->resource.titl} | |
<title>{$_modx->resource.titl| ereplace:'/\"([^\"]*)\"/':'«$1»'}{if $city_name_conjugate} {$city_name_conjugate}{/if}</title> | |
{elseif $_modx->resource.template in [7]} | |
<title>{$_modx->resource.pagetitle| ereplace:'/\"([^\"]*)\"/':'«$1»'}{if $city_name_conjugate} - купить оптом {$city_name_conjugate}{/if}</title> | |
{elseif $_modx->resource.id in [4]} | |
{if $city_dostavka_title}<title>{$city_dostavka_title}</title>{else}<title>{$_modx->resource.titl| ereplace:'/\"([^\"]*)\"/':'«$1»'}</title>{/if} | |
{elseif $_modx->resource.id in [6]} | |
{if $city_kontaktyi_title}<title>{$city_kontaktyi_title}</title>{else}<title>{$_modx->resource.titl| ereplace:'/\"([^\"]*)\"/':'«$1»'}</title>{/if} | |
{else} | |
<title>{$_modx->resource.pagetitle| ereplace:'/\"([^\"]*)\"/':'«$1»'}{if $city_name_conjugate} {$city_name_conjugate}{/if}</title> | |
{/if} | |
{if $_modx->resource.keyw} | |
<meta name="keywords" content="{$_modx->resource.keyw| ereplace:'/\"([^\"]*)\"/':'«$1»'}" /> | |
{else} | |
<meta name="keywords" content="{$_modx->resource.pagetitle| ereplace:'/\"([^\"]*)\"/':'«$1»'}" /> | |
{/if} | |
{if $_modx->resource.desc} | |
<meta name="description" content="{$_modx->resource.desc| ereplace:'/\"([^\"]*)\"/':'«$1»'}{if $city_name} доставка в {$city_name}{/if}" /> | |
{elseif $_modx->resource.template in [7]} | |
<meta name="description" content="{$_modx->resource.pagetitle| ereplace:'/\"([^\"]*)\"/':'«$1»'} оптом в компании Carteco.{if $city_name} Доставка в {$city_name}.{/if} Выгодные цены при больших объемах." /> | |
{elseif $_modx->resource.id in [4]} | |
{if $city_dostavka_description}<meta name="description" content="{$city_dostavka_description}" />{else}<meta name="description" content="{$_modx->resource.desc| ereplace:'/\"([^\"]*)\"/':'«$1»'}" />{/if} | |
{elseif $_modx->resource.id in [6]} | |
{if $city_kontaktyi_description}<meta name="description" content="{$city_kontaktyi_description}" />{else}<meta name="description" content="{$_modx->resource.desc| ereplace:'/\"([^\"]*)\"/':'«$1»'}" />{/if} | |
{else} | |
<meta name="description" content="" /> | |
{/if} | |
{$_modx->resource.noIndex} | |
{$_modx->runSnippet('!MinifyX', [ | |
'minifyCss' => 0, | |
'minifyJs' => 1, | |
'cssSources'=>' | |
assets/templates/css/reset.css, | |
assets/templates/css/slick.css, | |
assets/templates/css/jquery.fancybox.min.css, | |
assets/templates/css/slick-theme.css, | |
assets/templates/css/fonts/stylesheet.css, | |
assets/templates/css/fonts/font-awesome.css, | |
assets/templates/css/bootstrap-theme.css, | |
assets/templates/css/bootstrap.css, | |
assets/templates/css/jquery.formstyler.css, | |
assets/templates/css/jquery.formstyler.theme.css, | |
assets/templates/css/style.css, | |
assets/templates/css/style_add.css, | |
assets/templates/css/media.css, | |
assets/templates/css/add_media.css, | |
assets/components/minishop2/css/web/default.css?v=cfb41e1ad8, | |
assets/components/mssaleprice/css/web/default.css?v=2d36f3d176, | |
assets/components/ajaxform/css/default.css | |
', | |
'jsSources'=>' | |
assets/templates/js/jquery.min.js, | |
assets/templates/js/jquery.fancybox.min.js, | |
assets/templates/js/slick.min.js, | |
assets/templates/js/bootstrap.min.js, | |
assets/templates/js/jquery.maskedinput.js, | |
assets/templates/js/jquery.formstyler.min.js, | |
assets/templates/js/myscript.js, | |
assets/components/ajaxform/js/default.js | |
', | |
])} | |
[[-+MinifyX.css]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment