Ignore:
Timestamp:
Oct 13, 2010, 1:05:53 PM (14 years ago)
Author:
pab
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/main.inc.php

    r7093 r7171  
    3737// Only themes which have screenshot.png icon provided will be provided to users.
    3838
    39 // add_event_handler('loc_end_index', array(&$theme_controler, '_flags'), 95 );
     39add_event_handler('loc_end_index', array(&$theme_controler, '_flags'), 85 );
    4040
    4141// If you want user to choose using select control then use following handler.
    4242// All available themes will be provided to users.
    4343
    44 add_event_handler('loc_end_index', array(&$theme_controler, '_select'), 95 );
     44add_event_handler('loc_end_index', array(&$theme_controler, '_select'), 15 );
    4545
    4646// this is preparation for future version with configuration
Note: See TracChangeset for help on using the changeset viewer.