2009-05-04 20:09:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-12-15 16:02:07 -08:00
|
|
|
<e107Plugin name="Downloads" lan="LAN_PLUGIN_DOWNLOAD_NAME" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
2009-07-19 14:48:01 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" />
|
2012-12-15 16:02:07 -08:00
|
|
|
<description lan="LAN_PLUGIN_DOWNLOAD_DIZ">This plugin is a fully featured File-download system</description>
|
2009-07-14 03:50:56 +00:00
|
|
|
<category>content</category>
|
2009-09-24 00:11:21 +00:00
|
|
|
<adminLinks>
|
|
|
|
<link url='admin_download.php' description='LAN_CONFIGURE' icon='images/downloads_32.png' iconSmall='images/downloads_16.png' primary='true' >DOWLAN_CAPTION</link>
|
|
|
|
<link url='admin_download.php' description='' icon='manage' iconSmall=''>DOWLAN_29</link>
|
|
|
|
<link url='admin_download.php?create' description='' icon='add' iconSmall=''>DOWLAN_30</link>
|
|
|
|
<link url='admin_download.php?cat' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_31</link>
|
|
|
|
<link url='admin_download.php?opt' description='' icon='settings' iconSmall=''>DOWLAN_32</link>
|
|
|
|
<link url='admin_download.php?limits' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_112</link>
|
2012-11-02 02:12:16 +00:00
|
|
|
<link url='admin_download.php?mirror' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_128</link>
|
2009-09-24 00:11:21 +00:00
|
|
|
</adminLinks>
|
|
|
|
<siteLinks>
|
2016-03-08 13:53:58 -08:00
|
|
|
<link url="{e_PLUGIN}download/download.php" sef='index' perm="everyone">LAN_PLUGIN_DOWNLOAD_NAME</link>
|
2009-09-24 00:11:21 +00:00
|
|
|
</siteLinks>
|
2009-01-11 02:59:10 +00:00
|
|
|
<mainPrefs>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pref name="download_php"></pref>
|
|
|
|
<pref name="download_subsub">1</pref>
|
|
|
|
<pref name="download_incinfo"></pref>
|
|
|
|
<pref name="download_view"></pref>
|
|
|
|
<pref name="download_order"></pref>
|
|
|
|
<pref name="download_sort"></pref>
|
|
|
|
<pref name="download_reportbroken">0</pref>
|
|
|
|
<pref name="mirror_order"></pref>
|
|
|
|
<pref name="download_email"></pref>
|
|
|
|
<pref name="agree_flag"></pref> <!-- needs download prefix? -->
|
|
|
|
<pref name="agree_text"></pref>
|
|
|
|
<pref name="download_denied"></pref>
|
2013-06-22 18:24:43 -07:00
|
|
|
<pref name="download_reportbroken">254</pref>
|
2009-01-11 02:59:10 +00:00
|
|
|
</mainPrefs>
|
|
|
|
</e107Plugin>
|