/ Published in: ActionScript
1.Use a User Defined Tag. 2.Edit your config.php, change $config['usesmartyphptags'] from false to true and clear cache. Now you can insert php source with mask {php}yoursource{/php}. Note: It's a bit risky and unsecure. 3. This is a mix of both. Create a User Defined Tag named extfile and insert the following
include($params['filename']);
Expand |
Embed | Plain Text
include($params['filename']);
You need to login to post a comment.
