Ignore:
Timestamp:
Jan 2, 2011, 2:56:05 AM (13 years ago)
Author:
rub
Message:

Decrease priority in order to have icon on right

Location:
extensions/FacebookPlug/Plugin/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Plugin/include/index.inc.php

    r8436 r8437  
    144144if ($conf['fbp']['share_album'])
    145145{
    146   add_event_handler('loc_end_index', 'fbp_loc_end_index', EVENT_HANDLER_PRIORITY_NEUTRAL+999 /* In order to be last*/);
     146  add_event_handler('loc_end_index', 'fbp_loc_end_index', EVENT_HANDLER_PRIORITY_NEUTRAL+1 /* In order to be on right */);
    147147}
    148148
  • extensions/FacebookPlug/Plugin/include/picture.inc.php

    r8436 r8437  
    9898if ($conf['fbp']['share_picture'])
    9999{
    100   add_event_handler('loc_end_picture', 'fbp_loc_end_picture');//, EVENT_HANDLER_PRIORITY_NEUTRAL+999 /* In order to be last*/);
     100  add_event_handler('loc_end_picture', 'fbp_loc_end_picture', EVENT_HANDLER_PRIORITY_NEUTRAL+1 /* In order to be on right */);
    101101}
    102102
Note: See TracChangeset for help on using the changeset viewer.