Moduł: Tekst - przykład

Utworzono: 2017-02-03
Ostatnia aktualizacja: 2017-02-03
Liczba odwiedzin posta: 3070

{{#if title}}
    <h3>{{{title}}}</h3>
{{/if}}

{{#if photo}}
    <div class="img_{{photo_float}} cms_text_photo">

        {{#if photo_link}}<a href="{{photo_link}}">{{/if}}            
        {{#if photo_enlarge}}<a href="{{photo_enlarge}}" class="fancybox" title="{{photo_description}}">{{/if}}

            <img src="{{photo}}" title="{{title}}" alt="{{photo_alt_text}}"/>

        {{#if photo_enlarge}}</a>{{/if}}
        {{#if photo_link}}</a>{{/if}}
    
        {{#if photo_description}}
            <div class="clear"></div>
            <span class="cms_image_desc"> 
                {{{photo_description}}}
            </span>  
        {{/if}}

    </div>
    
{{/if}}

{{#if content}}
    <div>{{{content}}}</div>
{{/if}}

 


Powrót