Ignore:
Timestamp:
Mar 21, 2010, 3:23:31 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: replace $theme.name by $theme.id in admin header.tpl

File:
1 edited

Legend:

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

    r5123 r5219  
    1010{foreach from=$themes item=theme}
    1111{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    12 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.name}/theme.css">
     12<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
    1313{/foreach}
    1414
Note: See TracChangeset for help on using the changeset viewer.