-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
30 lines (30 loc) · 847 Bytes
/
Copy pathplugin.xml
File metadata and controls
30 lines (30 loc) · 847 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<plugin>
<name>
<lang name="default">Blockbanner</lang>
</name>
<author>
<lang name="default">pshentsoff</lang>
</author>
<homepage>http://pshentsoff.ru</homepage>
<version>0.1.8</version>
<requires>
<livestreet>1.x</livestreet>
<plugins>
</plugins>
<system>
<php>5.3.1</php>
</system>
</requires>
<description>
<lang name="default">Banners Blocks management with template hooks and ACP</lang>
<lang name="russian">Управление блоками/группами баннеров через шаблонные хуки и админку</lang>
</description>
<settings>{blockbanner}</settings>
<delegate>
<module></module>
<action></action>
<template></template>
<entity></entity>
</delegate>
</plugin>