Changeset 5190 for trunk/themes


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

    r5129 r5190  
    3333{foreach from=$themes item=theme}
    3434{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    35 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.name}/theme.css">
     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.