PDA

View Full Version : HELP : How to assign a variable value ?


iDaemon
10-05-2005, 01:18 PM
I want this value

$variable_name="somevalue";

in a template i try from smarty pattern

{assign var='variable_name' value='somevalue'}

but it not work any suggest?