Changeset 29004 for extensions/LLGBO2


Ignore:
Timestamp:
Jul 8, 2014, 8:34:40 AM (10 years ago)
Author:
gbo
Message:

Missing files 2.7.A

Location:
extensions/LLGBO2
Files:
2 added
1 edited

Legend:

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

    r28990 r29004  
    5151{
    5252        global $conf,$CF_LLGBO;
    53         Load_language('plugin.lang', LLGBO_PATH);
     53        load_language('plugin.lang', LLGBO_PATH);
    5454
    5555        $CF_LLGBO2settings =  unserialize($conf['LLGBO2settings']);
     
    251251        add_event_handler('loc_begin_page_header', 'llgbo_beginheader');
    252252        add_event_handler('loc_end_page_header', 'llgbo_endHeader');
    253         Add_event_handler( 'loc_begin_picture','llgbo_BeginPicture');
    254         Add_event_handler( 'loc_end_picture', 'llgbo_EndPicture');
     253        ad_event_handler( 'loc_begin_picture','llgbo_BeginPicture');
     254        add_event_handler( 'loc_end_picture', 'llgbo_EndPicture');
    255255        add_event_handler('render_element_content', 'llgbo_RenderContent',  EVENT_HANDLER_PRIORITY_NEUTRAL-1, 20  );
    256256}
Note: See TracChangeset for help on using the changeset viewer.