Changeset 6318 for trunk/include/template.class.php
- Timestamp:
- May 24, 2010, 9:06:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/template.class.php
r6316 r6318 136 136 $tpl_var['local_head'] = realpath($root.'/'.$theme.'/'.$themeconf['local_head'] ); 137 137 } 138 $themeconf['id'] = $theme; 138 139 $this->smarty->append('themes', $tpl_var); 139 140 $this->smarty->append('themeconf', $themeconf, true);
Note: See TracChangeset
for help on using the changeset viewer.