Show
Ignore:
Timestamp:
04/20/07 03:41:29 (6 years ago)
Author:
rvelices
Message:

- added rel nofollow for help link in search.tpl
- added {PLUGIN_PICTURE_ACTIONS} in picture.tpl

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1950 r1964  
    2020  <a href="{U_SLIDESHOW}" title="{lang:slideshow}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/slideshow.png" class="button" alt="{lang:slideshow}"></a> 
    2121  <a href="{U_METADATA}" title="{lang:picture_show_metadata}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/metadata.png" class="button" alt="{lang:picture_show_metadata}"></a> 
     22<!-- BEGIN download --> 
     23  <a href="{download.U_DOWNLOAD}" title="{lang:download_hint}"><img src="{pwg_root}{themeconf:icon_dir}/save.png" class="button" alt="{lang:download}"></a> 
     24<!-- END download --> 
     25  {PLUGIN_PICTURE_ACTIONS} 
     26<!-- BEGIN favorite --> 
     27  <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"><img src="{favorite.FAVORITE_IMG}" class="button" alt="{favorite.FAVORITE_ALT}"></a> 
     28<!-- END favorite --> 
    2229<!-- BEGIN representative --> 
    2330  <a href="{representative.URL}" title="{lang:set as category representative}"><img src="{pwg_root}{themeconf:icon_dir}/representative.png" class="button" alt="{lang:representative}"></a> 
    2431<!-- END representative --> 
    25 <!-- BEGIN favorite --> 
    26   <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"><img src="{favorite.FAVORITE_IMG}" class="button" alt="{favorite.FAVORITE_ALT}"></a> 
    27 <!-- END favorite --> 
    28 <!-- BEGIN download --> 
    29   <a href="{download.U_DOWNLOAD}" title="{lang:download_hint}"><img src="{pwg_root}{themeconf:icon_dir}/save.png" class="button" alt="{lang:download}"></a> 
    30 <!-- END download --> 
    3132<!-- BEGIN admin --> 
    3233  <a href="{U_ADMIN}" title="{lang:link_info_image}"><img src="{pwg_root}{themeconf:icon_dir}/preferences.png" class="button" alt="{lang:link_info_image}"></a>