source: extensions/Contact1menu/initadmin.php @ 18772

Last change on this file since 18772 was 18772, checked in by ddtddt, 12 years ago

[extensions] - Contact1menu - error message

File size: 272 bytes
Line 
1<?php
2        add_event_handler('loc_begin_admin_page', 'C1M_admin_menu' );
3       
4        function C1M_admin_menu()
5{
6        global $page,$conf;
7
8        load_language('plugin.lang', C1M_PATH);
9        $page['errors'][] = l10n('Plugin Contact form must be installe and activate for use Contact 1 menu');
10
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.