08-22-2008, 09:03 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
Bit of help with smarty
Smarty is parsing the html tags and replacing them with the presentable versions what I mean is
Code:
<p>paragraph here</p>
is turned into
Code:
<p>paragraph here</p>
I've probably been looking in the wrong places, any ideas?
|
|
|
|