Changeset 5454


Ignore:
Timestamp:
Mar 29, 2010, 9:23:04 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: Load local head after theme.css.

File:
1 edited

Legend:

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

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