Ignore:
Timestamp:
Jan 21, 2014, 10:15:05 PM (10 years ago)
Author:
flop25
Message:

Better 2.6 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/index.tpl

    r23537 r26898  
    77                <div class="categoryActionsContainer">
    88                        <ul class="categoryActions group1">
    9                                 {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
     9        {if !empty($PLUGIN_INDEX_BUTTONS)}{foreach from=$PLUGIN_INDEX_BUTTONS item=button}<li class="mainAction">{$button}</li>{/foreach}{/if}
     10        {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
    1011                                {if isset($U_SEARCH_RULES)}
    1112                                        {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
     
    7677                                </div></div>
    7778                        {/if}
    78 
     79      {if !empty($CONTENT)}{$CONTENT}{/if}
    7980                        {if !empty($CATEGORIES) }{$CATEGORIES}{/if}
    8081      {if !empty($cats_navbar)}
Note: See TracChangeset for help on using the changeset viewer.