Changeset 3137 for branches/2.0/template


Ignore:
Timestamp:
Feb 13, 2009, 2:02:20 PM (15 years ago)
Author:
rvelices
Message:

merge r3136 from trunk

  • moved check upgrade feed code to admin/include/functions_upgrade.php
  • refactored some code (shorter and somehow faster - but nothing revolutionary)
  • decrease lost space in permalinks.tpl and hard coded column width (was illisible)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/menubar.tpl

    r2831 r3137  
    22<div id="menubar">
    33        {foreach from=$blocks key=id item=block}
    4         {if ( not empty($block->template) or not empty($block->raw_content) )}
    54        <dl id="{$id}">
    65                {if not empty($block->template)}
     
    109                {/if}
    1110        </dl>
    12         {/if}
    1311        {/foreach}
    1412</div>
Note: See TracChangeset for help on using the changeset viewer.