mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
More plugin.xml fixes.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
define("FBLAN_02", "This plugin allows you to display a box above your news items with features / whatever you like in it. The messages can either be revolved randomly or dynamically faded.");
|
||||
define("FBLAN_02", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
||||
define("FBLAN_03", "Configure feature box");
|
||||
define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
|
||||
// define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
|
||||
define("FBLAN_05", "No feature box messages defined yet");
|
||||
define("FBLAN_06", "Existing Feature Box Messages");
|
||||
define("FBLAN_07", "Title / Caption");
|
||||
|
@@ -7,5 +7,5 @@
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
define("FBLAN_02", "read more");
|
||||
// define("FBLAN_02", "read more"); // Already used in admin area.
|
||||
?>
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.9 2009-12-08 17:21:31 secretr Exp $ -->
|
||||
<e107Plugin name="Featurebox" lang="FBLAN_01" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" email="cameron@e107.org" />
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description lang="FBLAN_02">Displays an animated area on the top of your page with news-items and other content you would like to feature.</description>
|
||||
<category>content</category>
|
||||
<adminLinks>
|
||||
|
Reference in New Issue
Block a user