Ignore:
Timestamp:
Nov 11, 2011, 2:56:45 PM (12 years ago)
Author:
mistic100
Message:

fix many bugs, and management page

File:
1 edited

Legend:

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

    r12561 r12600  
    33Plugin Name: Subscribe To Comments
    44Version: auto
    5 Description: This plugin allows you to subscribe to comments by mail.
     5Description: This plugin allows you to subscribe to comments by email.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=587
    77Author: Mistic
     
    1717define('SUBSCRIBE_TO_TABLE', $prefixeTable . 'subscribe_to_comments');
    1818
    19 include_once(SUBSCRIBE_TO_PATH.'subscribe_to_comments.inc.php');
    2019include_once(SUBSCRIBE_TO_PATH.'include/functions.inc.php');
     20include_once(SUBSCRIBE_TO_PATH.'include/subscribe_to_comments.inc.php');
    2121
    2222load_language('plugin.lang', SUBSCRIBE_TO_PATH);
     
    3434add_event_handler('loc_end_index', 'stc_load_section');
    3535
     36// menu link
     37add_event_handler('blockmanager_apply', 'stc_menubar_apply');
     38
    3639?>
Note: See TracChangeset for help on using the changeset viewer.