Ignore:
Timestamp:
Jan 21, 2016, 3:20:48 PM (8 years ago)
Author:
chronos
Message:
  • Removed: Execute flag from PHP files in repo.
  • Modified: BaseView class separated to file View.php.
  • Added: Left and Right bar items are now registered from their modules using callbacks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r860 r861  
    3838      T('Translators'), array('Name'), '`User`', $this->System->Link('/users/?search='));
    3939    $this->System->RegisterPageBarItem('Top', 'User', array($this, 'TopBarCallback'));
     40    $this->System->RegisterPageBarItem('Left', 'User', array($this, 'ShowOnlineList'));
    4041  }
    4142
Note: See TracChangeset for help on using the changeset viewer.