OK, in a project of mine Im working on the smilies. The templates are done with HTML files so I can't use php in PHP tags, it's coded for variables inside { } tags.
So before I echo the template, Im starting a query for smilies so it will grab them
Heres what I got.
With this method it will only print 1 smilie, not all of them.
If I go this route:
then I can do {$smil()} and it will print them all, just not in the right spot.
Anyone have any idea's?