Ignore:
Timestamp:
Nov 23, 2013, 5:47:04 PM (10 years ago)
Author:
mistic100
Message:

quick edit for album
add language files
force default language for the toolbar
fix $_GET collision
orange save button
fix popup background color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/main.inc.php

    r25654 r25655  
    2929$MultiView = new MultiView();
    3030
    31 // add_event_handler('init', 'admintools_init');
     31add_event_handler('init', 'admintools_init');
    3232
    3333if (!defined('IN_ADMIN'))
     
    3535  add_event_handler('loc_after_page_header', 'admintools_add_public_controller');
    3636  add_event_handler('loc_begin_picture', 'admintools_save_picture');
     37  add_event_handler('loc_begin_index', 'admintools_save_category');
    3738}
    3839
     
    4445// | Plugin initialization                                                 |
    4546// +-----------------------------------------------------------------------+
    46 // function admintools_init()
    47 // {
     47function admintools_init()
     48{
    4849  // global $conf;
    4950
     
    5253  // $maintain->autoUpdate(ADMINTOOLS_VERSION, 'install');
    5354
    54   // load_language('plugin.lang', ADMINTOOLS_PATH);
     55  load_language('plugin.lang', ADMINTOOLS_PATH);
    5556
    5657  // $conf['AdminTools'] = unserialize($conf['AdminTools']);
    57 // }
     58}
Note: See TracChangeset for help on using the changeset viewer.