Changeset 27368


Ignore:
Timestamp:
Feb 13, 2014, 11:18:17 PM (10 years ago)
Author:
rvelices
Message:

rv menu tree no more start/stop filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_menutree/trunk/template/rv_menutree_categories.tpl

    r25972 r27368  
    11<dt>
    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}
    82        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    93</dt>
     
    115{strip}
    126{assign var='ref_level' value=0}
    13 {foreach from=$block->data.MENU_CATEGORIES item=cat key=key}
     7{foreach from=$block->data.MENU_CATEGORIES item=cat}
    148        {if $cat.LEVEL > $ref_level}
    159                <ul{if $ref_level == 0} class=rvTree id=theCategoryMenu{/if}>
     
    2418        {/if}
    2519        {if $cat.count_categories > 0}
    26                 {if isset($U_STOP_FILTER) or isset($RVMT_UPPER_IDS[$cat.id])}
     20                {if isset($RVMT_UPPER_IDS[$cat.id])}
    2721                        {assign var=liclass value="`$liclass`liOpen"}
    2822                {else}
Note: See TracChangeset for help on using the changeset viewer.