Ignore:
Timestamp:
Oct 15, 2014, 3:29:05 PM (9 years ago)
Author:
JanisV
Message:

Added icons

Location:
extensions/stripped_responsive/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/header.tpl

    r29637 r30082  
    3333
    3434{get_combined_css}
     35{combine_css path="themes/`$themeconf.id`/iconfontello.css.tpl" template=true}
    3536{foreach from=$themes item=theme}
    3637{if $theme.load_css}
  • extensions/stripped_responsive/template/index.tpl

    r29453 r30082  
    1313                                {/if}
    1414                                {if isset($U_SLIDESHOW)}
    15                                         <li class="mainAction"><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li>
     15                <li class="mainAction">
     16                  <a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">
     17                    <span class="pwg-icon pwg-icon-slideshow"></span>
     18                    <span class="pwg-button-text">{'slideshow'|@translate}</span>
     19                  </a>
     20                </li>
    1621                                {/if}
    1722                                {if isset($U_EDIT)}
  • extensions/stripped_responsive/template/picture.tpl

    r29780 r30082  
    2020                </li>
    2121                {strip}{if isset($U_SLIDESHOW_START) }
    22                         <li><a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li>
     22                        <li>
     23              <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow">
     24                <span class="pwg-icon pwg-icon-slideshow"></span>
     25                <span class="pwg-button-text">{'slideshow'|@translate}</span>
     26              </a>
     27            </li>
    2328                {/if}{/strip}
    2429        {strip}{if isset($U_PHOTO_ADMIN) }
     
    3540        {/if}{/strip}
    3641                {strip}{if isset($current.U_DOWNLOAD)}
    37                         <li><a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}">{'Download'|@translate}</a></li>
     42          <li>
     43            <a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}">
     44              <span class="pwg-icon pwg-icon-download"></span>
     45              <span class="pwg-button-text">{'Download'|@translate}</span>
     46            </a>
     47          </li>
    3848                {/if}{/strip}
    3949                {strip}{if isset($PLUGIN_PICTURE_ACTIONS)}
Note: See TracChangeset for help on using the changeset viewer.