-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
19 lines (19 loc) · 793 Bytes
/
Copy pathplugin.xml
File metadata and controls
19 lines (19 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="JM Layouts" lan="" version="1.1.0" date="2021-07-19" compatibility="2.3.1" installRequired="true" >
<author name="Jimako" url="https://www.e107sk.com" />
<summary lan="">Extended layout functionality for JM themes</summary>
<description lan="">Extended layout functionality for JM themes</description>
<keywords>
<word>admin</word>
<word>setting</word>
<word>theme</word>
</keywords>
<category>content</category>
<copyright>Jimako</copyright>
<adminLinks>
<link url="admin/admin_config.php" description="" icon="images/icon_64.png" iconSmall="images/icon_32.png" icon128="images/icon_128.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='navbar'></pref>
</pluginPrefs>
</e107Plugin>