Knowledgebase
How can I use smarty tags inside my xCMS entries?
Posted by - NA - on 25 September 2012 10:50 AM
|
|
If you'd like to use smarty tags inside your xCMS entries, you just need to modify the template file to evaluate the code. You can do this as follows: In your skin folder open modules/xcms/xcms_customer_display.tpl FIND: {$xcmsEntry.body} CHANGE TO: {eval var=$xcmsEntry.body} | |
|
Comments (0)