mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
gsitemap plugin LAN clean-up
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
define("LAN_PLUGIN_BANNER_NAME", "Banners");
|
||||
define("LAN_PLUGIN_BANNER_DESCRIPTION", "Add advertising banners to your e107 website");
|
||||
|
||||
|
||||
?>
|
6
e107_plugins/gsitemap/languages/English_global.php
Normal file
6
e107_plugins/gsitemap/languages/English_global.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_GSITEMAP_NAME", "Google Sitemap");
|
||||
define("LAN_PLUGIN_GSITEMAP_DESCRIPTION", "Generates a Google Sitemap");
|
||||
|
||||
?>
|
@@ -1,12 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.7 2009-10-22 04:14:45 e107coders Exp $ -->
|
||||
<e107Plugin name="Google Sitemap" lan="GSLAN_19" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="LAN_PLUGIN_GSITEMAP_NAME" lan="GSLAN_19" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" email="security@e107.org" />
|
||||
<description lan="GSLAN_41">Generates a Google Sitemap</description>
|
||||
<description lan="LAN_PLUGIN_GSITEMAP_DESCRIPTION">Generates a Google Sitemap</description>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_gsitemap.php' />
|
||||
</languageFiles>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure feature box' icon='images/icon.png' iconSmall='images/icon_16.png' primary='true' >Configure Sitemap</link>
|
||||
</adminLinks>
|
||||
|
Reference in New Issue
Block a user