Ignore:
Timestamp:
Jul 27, 2009, 12:07:06 AM (15 years ago)
Author:
repie38
Message:

[random header]fix issue with yoga/grum-dark II and gally/grum-dark II (caused by the space in the theme name)
version is now 2.0.b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Random_Header/admin/rh_admin.php

    r3684 r3687  
    88$template->assign( 'RH_VERSION' , RH_VERSION );
    99
    10 foreach (get_pwg_themes() as $pwg_template) {
     10foreach (str_replace(" ", "_", get_pwg_themes()) as $pwg_template) {
    1111        if (isset($_POST['submit'])) {
    1212                $me->rh_config[$pwg_template]['selected_cat']           = $_POST[$pwg_template.'selected_cat'];
     
    3030                                'CATSELECTED'           =>  $me->rh_config[$pwg_template]['selected_cat']
    3131                                ));
     32}
    3233
    33        
    34        
    35 }
    3634display_select_cat_wrapper(
    3735          'SELECT id,name,uppercats,global_rank FROM '.CATEGORIES_TABLE,
Note: See TracChangeset for help on using the changeset viewer.