Changeset 6318 for trunk/include


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

$themeconfid hard coded in template class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r6316 r6318  
    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.