Ignore:
Timestamp:
Mar 19, 2010, 2:30:21 PM (14 years ago)
Author:
plg
Message:

feature 1502: replace the theme.name by theme.id for theme.css load

File:
1 edited

Legend:

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

    r5182 r5190  
    1616{foreach from=$themes item=theme}
    1717{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    18 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.name}/theme.css">
     18<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
    1919{/foreach}
    2020
Note: See TracChangeset for help on using the changeset viewer.