-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinclude-optim.xml
More file actions
33 lines (33 loc) · 1.2 KB
/
include-optim.xml
File metadata and controls
33 lines (33 loc) · 1.2 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
<?xml version="1.0" encoding="utf-8"?>
<dleplugin>
<name>Оптимизация шаблоназитора by Sander</name>
<description>Для {include file="...php"} файлов</description>
<icon></icon>
<version></version>
<dleversion></dleversion>
<versioncompare>less</versioncompare>
<upgradeurl></upgradeurl>
<filedelete>0</filedelete>
<needplugin></needplugin>
<mnotice>0</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[]]></notice>
<file name="engine/classes/templates.class.php">
<operation action="replace">
<searchcode><![CDATA[ $tpl = new dle_template();
$tpl->dir = TEMPLATE_DIR;]]></searchcode>
<replacecode><![CDATA[ $tpl = clone $this;
$tpl->template = $tpl->copy_template = '';
$tpl->block_data = $tpl->data = $tpl->result = [];]]></replacecode>
</operation>
</file>
</dleplugin>