2009-11-09 12:57:34 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.1 2009 - 11 - 09 12:57:34 e107coders Exp $ -->
2012-12-05 19:27:59 -08:00
<e107Plugin name= "FAQs" lan= "FAQs" version= "1.0" date= "2012-08-01" compatibility= "2.0" installRequired= "true" >
2009-11-09 12:57:34 +00:00
<author name= "e107 Inc" url= "http://www.e107.org" email= "security@e107.org" />
2012-12-05 19:27:59 -08:00
<description lan= "A simple plugin to add Frequently Asked Questions to your website." > A simple plugin to add Frequently Asked Questions to your website.</description>
2009-11-09 12:57:34 +00:00
<copyright > Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
2012-07-18 06:34:26 +00:00
<bbcodes imgResize= "true" />
2009-11-09 12:57:34 +00:00
<category > content</category>
<adminLinks >
2012-07-18 06:34:26 +00:00
<link url= 'admin_config.php' description= 'Configure FAQs' icon= 'images/icon_32.png' iconSmall= 'images/icon_16.png' primary= 'true' > FAQs</link>
2009-11-09 12:57:34 +00:00
</adminLinks>
<siteLinks >
<link url= '{e_PLUGIN}faqs/faqs.php' description= 'FAQs' icon= 'images/icon_32.png' iconSmall= 'images/icon_16.png' > FAQs</link>
</siteLinks>
<pluginPrefs >
<pref name= "add_faq" > 255</pref>
<pref name= "submit_question" > 255</pref>
<pref name= "classic_look" > 0</pref>
</pluginPrefs>
</e107Plugin>