But nothing happen when I output it.
Is anyone can help me, thanks!!!
EX:
A.tpl
Code: Select all
<?php require("b.tpl" ); ?>
Code: Select all
Hello
Code: Select all
<file path="b.tpl">
<operation>
<search>
<![CDATA[Hello]]>
</search>
<add position="after">
<![CDATA[ World! ]]>
</add>
</operation>
</file>
Code: Select all
Hello