Changeset 3136 for trunk/template


Ignore:
Timestamp:
Feb 13, 2009, 2:01:03 PM (15 years ago)
Author:
rvelices
Message:
  • 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
  • trunk/template/yoga/menubar.tpl

    r2832 r3136  
    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.