source: extensions/uploadt1menu/initadmin.php @ 22582

Last change on this file since 22582 was 18768, checked in by ddtddt, 11 years ago

[extensions] - uploadt1menu - error message

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