mirror of
https://github.com/e107inc/e107.git
synced 2025-06-02 17:04:58 +02:00
22 lines
1.0 KiB
XML
22 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.5 2009-07-17 14:41:54 marj_nl_fr Exp $ -->
|
|
|
|
<e107Plugin name="LCLAN_PLUGIN_LAN_1" version="1.12" compatibility="0.8" installRequired="true">
|
|
<author name="e107 Inc." url="http://e107.org" />
|
|
<description>Links Page For Displaying External Web Links</description>
|
|
<folder>links_page</folder>
|
|
<category>content</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<logLanguageFile filename="languages/--LAN--_admin_links_page.php" />
|
|
<administration>
|
|
<configFile>admin_linkspage_config.php</configFile>
|
|
<icon>images/linkspage_32.png</icon>
|
|
<iconSmall>images/linkspage_16.png</iconSmall>
|
|
<caption>Configure Links Page</caption>
|
|
<installDone>Links page has successfully installed, please configure it from the Links Page link on the admin front page.</installDone>
|
|
</administration>
|
|
<menuLink name="Links" url="links_page/links.php" />
|
|
<mainPrefs>
|
|
</mainPrefs>
|
|
</e107Plugin> |