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/admin/themes/default/template/header.tpl

    r5284 r5991  
    1515
    1616{foreach from=$themes item=theme}
     17{if $theme.load_css}
     18<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
     19{/if}
    1720{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    18 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
    1921{/foreach}
    2022
Note: See TracChangeset for help on using the changeset viewer.