1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +02:00

More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)

This commit is contained in:
Tijn Kuyper
2012-12-19 10:58:28 +01:00
parent 054549ecde
commit 1bde493891
9 changed files with 29 additions and 44 deletions

View File

@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Linkwords" lan="LWLANINS_1" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true" >
<e107Plugin name="Linkwords" lan="LAN_PLUGIN_LINKWORDS_NAME" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true" >
<author name="e107 Inc." url="http://e107.org" />
<description>This plugin will link specified words with a defined link and/or tooltip</description>
<description lan="LAN_PLUGIN_LINKWORDS_DESCRIPTION">This plugin will link specified words with a defined link and/or tooltip.</description>
<category>content</category>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_linkwords.php' />
</languageFiles>
<adminLinks>
<link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
</adminLinks>