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/include/template.class.php

    r5177 r5190  
    9898    }
    9999
    100     $tpl_var = array('name' => $themeconf['name']);
     100    $tpl_var = array('id' => $theme);
    101101    if (!empty($themeconf['local_head']) )
    102102    {
Note: See TracChangeset for help on using the changeset viewer.