Ignore:
Timestamp:
Apr 29, 2010, 2:45:27 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: Add $themeconfload_parent_css parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/header.tpl

    r5923 r5991  
    3232
    3333{foreach from=$themes item=theme}
     34{if $theme.load_css}
    3435<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.css">
     36{/if}
    3537{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    3638{/foreach}
Note: See TracChangeset for help on using the changeset viewer.