1
ok, here's the problem...
i'm using tinycontent for 2 pages, one called "merch" and another called "press".
the graphic page titles for the site are dynamic, and the image that shows is contingent upon the xoops_pagetitle variable. here's what that image tag looks like:
<img src="<{$xoops_imageurl}>title_<{$xoops_pagetitle}>.gif" alt="" />
it works for all the modules i'm using except tinycontent, and some of the pages such as "view profile" don't work either.
anybody know a better way to do this? if possible, i'd like to just create a new variable and be able to use it in my templates.