Not processing javascript in smarty templates Use {literal}...{/literal} tags around the javascript within your smarty template: {literal} ... {/literal} 참조 http://www.smarty.net/manual/en/language.function.literal.php {literal}{literal} tags allow a block of data to be taken literally. This is typically used around Javascript or stylesheet blocks where {curly braces} would interfere with the te..