-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
43 lines (43 loc) · 2.09 KB
/
plugin.xml
File metadata and controls
43 lines (43 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Goto Top" lan="LAN_PLUGIN__GOTOP_NAME" version="2.0.3" date="2017-10-01" compatibility="2.0" installRequired="true" >
<author name="Barry Keal G4HDU" url="http://www.keal.me.uk" />
<summary lan="LAN_PLUGIN__GOTOP_SUMMARY">Add a Goto Top button to every scrollable page.</summary>
<description lan="LAN_PLUGIN__GOTOP_DESC">This plugin puts a highly configurable Goto Top button on any page where the bottom has scrolled up.</description>
<category>tools</category>
<copyright>2017</copyright>
<keywords>
<word>goto top</word>
<word>scroll top</word>
<word>g4hdu</word>
<word>Barry</word>
</keywords>
<adminLinks>
<link url="admin_config.php" description="Configure Goto Top Plugin" icon128="images/gotop_32.png" icon="images/gotop_32.png" iconSmall="images/gotop_16.png" primary="true" >LAN_CONGIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name="gotop_Active">1</pref>
<pref name="gotop_Admin">0</pref>
<pref name="gotop_size">48</pref>
<pref name="gotop_location">br</pref>
<pref name="gotop_HOffset">30</pref>
<pref name="gotop_VOffset">30</pref>
<pref name="gotop_iconColour">00FF00</pref>
<pref name="gotop_iconHover">00FFA0</pref>
<pref name="gotop_backgroundColour">FAFAD2</pref>
<pref name="gotop_backgroundHover">FFFFF0</pref>
<pref name="gotop_Text">1</pref>
<pref name="gotop_borderWidth">1</pref>
<pref name="gotop_borderShown">1</pref>
<pref name="gotop_borderColour">FFFFF0</pref>
<pref name="gotop_borderHover">FAFAD2</pref>
<pref name="gotop_corners">1</pref>
<pref name="e_remote">https://raw.githubusercontent.com/G4HDU/gotop/master/plugin.xml</pref>
<pref name="e_update">0</pref>
<pref name="e_version">2.0.3</pref>
<pref name="gotop_icon">hand-o-up</pref>
<pref name="gotop_padding">8</pref>
</pluginPrefs>
<dependencies>
<PHP name="core" min_version="5.2.1" />
</dependencies>
</e107Plugin>