Current Path : /opt/cpanel/ea-php54/root/usr/share/tests/pear/HTML_Template_Flexy/tests/templates/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/tests/pear/HTML_Template_Flexy/tests/templates/function.html |
<H1>Example of function block definitions</H1> <table flexy:if="false"> <tr><td> <flexy:function name="test1">this is the contents of test1</flexy:function> </td></tr> </table> <table> <tr><td> <flexy:function call="test1"></flexy:function> <flexy:function call="{a_value}"></flexy:function> </td></tr> </table>