Changeset 12671 for trunk/themes/default/template
- Timestamp:
- Nov 29, 2011, 8:27:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/menubar_categories.tpl
r8727 r12671 1 1 <dt> 2 3 <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>4 5 6 <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>7 2 {if isset($U_START_FILTER)} 3 <a href="{$U_START_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'display only recently posted photos'|@translate}" rel="nofollow"><span class="pwg-icon pwg-icon-filter"> </span></a> 4 {/if} 5 {if isset($U_STOP_FILTER)} 6 <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a> 7 {/if} 8 8 <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a> 9 9 </dt>
Note: See TracChangeset
for help on using the changeset viewer.