1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

32 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.15 2009-10-22 04:14:45 e107coders Exp $ -->
<e107Plugin name="Gallery" lang="Gallery" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" />
<description>Gallery</description>
<category>content</category>
<languageFiles>
<file type='install' path='languages/--LAN--/admin_gallery.php' />
</languageFiles>
<adminLinks>
<link url='admin_gallery.php' description='LAN_CONFIGURE' icon='images/gallery_32.png' iconSmall='images/gallery_16.png' primary='true' >LAN_CONFIGURE</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}gallery/gallery.php" sef="gallery" perm="everyone" >Gallery</link>
</siteLinks>
<mainPrefs>
</mainPrefs>
<mediaCategories>
<category type="image">Gallery 1</category>
</mediaCategories>
<pluginPrefs>
<pref name="popup_w">800</pref>
<pref name="popup_h">800</pref>
<pref name="slideshow_category">1</pref>
<pref name="slideshow_duration">1000</pref>
<pref name="slideshow_auto">1</pref>
<pref name="slideshow_freq">4000</pref>
<pref name="slideshow_effect">scrollHorz</pref>
<pref name="perpage">12</pref>
</pluginPrefs>
</e107Plugin>