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
<title itemprop="name"> | |
{if $_modx->resource.seotitle == ''} | |
{$_modx->resource.pagetitle}{if $_modx->config.name_title == 1}{$_modx->config.separator_title}{$_modx->config.site_name}{/if} | |
{else} | |
{$_modx->resource.seotitle}{if $_modx->config.name_title == 1}{$_modx->config.separator_title}{$_modx->config.site_name}{/if} | |
{/if} | |
</title> | |
{if $_modx->resource.seokeywords != ''}<meta name="keywords" content="{$_modx->resource.seokeywords}">{/if} |
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
{'!Sendex' | snippet : [ | |
'id' => '1' | |
'tplActivate' => 'tpl.Sendex.activate' | |
]} |
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
<div class="uk-grid" data-uk-grid-margin> | |
<div class="uk-width-1-2 uk-row-first"> | |
{$_modx->resource.ad} | |
</div> | |
<div class="uk-width-1-2"> | |
<div class="google-map-container"> | |
<div id="propertyMap" class="propertyMap" language="ru" data-latitude="[[*coords:JSONtoChunk=`map_latitude`]]" data-longitude="[[*coords:JSONtoChunk=`map_longitude`]]"></div> | |
</div> | |
</div> | |
</div> |
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
{if $files|count != '1'} | |
{foreach $files as $file} | |
<li data-uk-slideshow-item="{$file['rank']}"><a href="#" style="background-image: url({$file['small']});"><!-- <img src="{$file['small']}"> --></a></li> | |
{/foreach} | |
{/if} |
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
если у сниппета getImageList указывается id ресурса родителя &docid=`20` | |
{set $rows = 20 | resource : 'configurator' | fromJSON} | |
{foreach $rows as $row} | |
<h2>Конфигуратор</h2> | |
<h3>{$row.title}</h3> | |
<p>{$row.introtext}</p> | |
</div> | |
<div class="tm-firmware-panel-buttons"> | |
<a href="{$row.zip}" class="uk-button uk-button-primary tm-icon-zip"></a> |
NewerOlder