Changeset 6319


Ignore:
Timestamp:
May 24, 2010, 9:08:16 AM (14 years ago)
Author:
patdenice
Message:

Merge r6318 from trunk to branch 2.1.
$themeconfid hard coded in template class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/include/template.class.php

    r6006 r6319  
    136136      $tpl_var['local_head'] = realpath($root.'/'.$theme.'/'.$themeconf['local_head'] );
    137137    }
     138    $themeconf['id'] = $theme;
    138139    $this->smarty->append('themes', $tpl_var);
    139140    $this->smarty->append('themeconf', $themeconf, true);
Note: See TracChangeset for help on using the changeset viewer.