Ignore:
Timestamp:
Apr 13, 2011, 7:13:17 PM (13 years ago)
Author:
Eric
Message:

r10359 merged from trunk to branch 2.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.20/admin/UAM_admin.php

    r10343 r10360  
    381381
    382382  // Template initialization for forms and data
     383
     384  $themeconf=$template->get_template_vars('themeconf');
     385  $UAM_theme=$themeconf['id'];
     386
    383387  $template->assign(
    384388    array(
     
    388392    'UAM_PATH'                       => UAM_PATH,
    389393    'UAM_DUMP_DOWNLOAD'              => $dump_download,
     394    'UAM_THEME'                      => $UAM_theme,
    390395                'UAM_MAIL_INFO_TRUE'             => $conf_UAM[0]=='true' ?  'checked="checked"' : '' ,
    391396                'UAM_MAIL_INFO_FALSE'            => $conf_UAM[0]=='false' ?  'checked="checked"' : '' ,
Note: See TracChangeset for help on using the changeset viewer.