-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAddon.ini
executable file
·43 lines (33 loc) · 1.08 KB
/
Addon.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Addon_Name = 'Multi-Language Manager'
Addon_Unique_ID = 159
Addon_Version = 1.2.4-b1
min_gpeasy_version = 5
About = 'Helps you manage your multi-language site by organizing pages by the language they’re written in.'
; MultiLanguage.php will create the $ml_object global object
[WhichPage]
script = MultiLanguage.php
method = 'MultiLang::_WhichPage'
; Sets $page->lang and $page->language to current translation
[PageRunScript]
script = MultiLanguage.php
method = 'MultiLang::_PageRunScript'
[GetMenuArray]
script = MultiLanguage.php
method = 'MultiLang::_GetMenuArray'
[Admin_Link:MultiLang]
script = 'Admin.php'
label = 'Multi Language Admin'
class = 'MultiLang_Admin'
; Gadgets
[Gadget:Language_Select]
script = MultiLanguage.php
method = 'MultiLang::_Gadget'
[Gadget:Language_BS3_Dropdown_Nav]
script = MultiLanguage.php
method = 'MultiLang::_Gadget_BS3_Dropdown_Nav'
[Gadget:Language_BS4_Dropdown_Nav]
script = MultiLanguage.php
method = 'MultiLang::_Gadget_BS4_Dropdown_Nav'
[Gadget:Language_Compact_Select]
script = MultiLanguage.php
method = 'MultiLang::_Gadget_Compact_Select'