source:
extensions/Contact1menu/initadmin.php
@
30847
Last change on this file since 30847 was 18824, checked in by , 12 years ago | |
---|---|
File size: 281 bytes |
Rev | Line | |
---|---|---|
[18772] | 1 | <?php |
[18824] | 2 | add_event_handler('loc_begin_admin_page', 'C1M_admin_menu' ); |
[18772] | 3 | |
[18824] | 4 | function C1M_admin_menu() |
[18772] | 5 | { |
6 | global $page,$conf; | |
7 | ||
8 | load_language('plugin.lang', C1M_PATH); | |
[18824] | 9 | $page['errors'][] = l10n('The plugin ContactForm must be installed and activated in order to use Contact1menu'); |
[18772] | 10 | |
11 | } | |
12 | ||
13 | ?> |
Note: See TracBrowser
for help on using the repository browser.