Smarty - Include Template And Update An Existing Variable
I've recently started working with Smarty and I'm trying to find my way around. Here's what I don't know in the very moment: I'm including a file: {include file='nforum/_partials/b
Solution 1:
declare, before include the template:
{assign var="link_truncate" value="30"}
Post a Comment for "Smarty - Include Template And Update An Existing Variable"