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

Bug 2257 fixed - Improve admin panel display with clear theme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/UAM_admin.php

    r10342 r10359  
    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.