-
Notifications
You must be signed in to change notification settings - Fork 2
/
exrate.xml
42 lines (40 loc) · 2.06 KB
/
exrate.xml
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
<?xml version="1.0" encoding="utf-8"?>
<dleplugin>
<name>cbr-exrate by TCSE</name>
<description>Курсы валют от Центробанка РФ.</description>
<icon>engine/skins/images/cbr-exrate.png</icon>
<version>2.1</version>
<dleversion>13</dleversion>
<versioncompare>greater</versioncompare>
<upgradeurl></upgradeurl>
<filedelete>0</filedelete>
<needplugin></needplugin>
<mnotice>1</mnotice>
<mysqlinstall><![CDATA[]]></mysqlinstall>
<mysqlupgrade><![CDATA[]]></mysqlupgrade>
<mysqlenable><![CDATA[]]></mysqlenable>
<mysqldisable><![CDATA[]]></mysqldisable>
<mysqldelete><![CDATA[]]></mysqldelete>
<phpinstall><![CDATA[]]></phpinstall>
<phpupgrade><![CDATA[]]></phpupgrade>
<phpenable><![CDATA[]]></phpenable>
<phpdisable><![CDATA[]]></phpdisable>
<phpdelete><![CDATA[]]></phpdelete>
<notice><![CDATA[Репозиторий плагина [url]https://github.com/tcse/cbr-exrate[/url]
Список доступных валют можно получить по ссылке [url]http://www.cbr.ru/scripts/XML_daily.asp[/url]
Добавление или исправление списка валют для вывода в шаблон необходимо производить вручную в файле [b]engine/modules/mod_tcse/cbr-exrate/exrate.php[/b]
Для отображения курса валют в шаблоне сайта в нужном месте добавить тег [code]{exrate}[/code]]]></notice>
<file name="engine/modules/main.php">
<operation action="after">
<searchcode><![CDATA[$tpl->set ( '{speedbar}', $tpl->result['speedbar'] );]]></searchcode>
<replacecode><![CDATA[$tpl->set ( '{exrate}', $tpl->result['exrate'] );]]></replacecode>
</operation>
</file>
<file name="engine/init.php">
<operation action="before">
<searchcode><![CDATA[include_once (DLEPlugins::Check(ENGINE_DIR . '/modules/main.php'));
?>]]></searchcode>
<replacecode><![CDATA[include_once (DLEPlugins::Check(ENGINE_DIR . '/modules/mod_tcse/cbr-exrate/exrate.php'));]]></replacecode>
</operation>
</file>
</dleplugin>