I have this code:
[removed]
stLight.options({
st_url:'http://www.site.com/index.php/news/article/{url_title}'
});
{url_title} is not being rendered and I figure it is because it is inside js { brackets.
What would be the PHP solution to fix this?
Thanks
Ryan