1
I'm making a simple module, but the smarty tags aren't working, for example, <{$xoops_sitename}> will show exactly like that. I've included the header, footer, and mainfile in index.php...what could be wrong?
Also, is there already a defined smarty tag for the site domain, for example <{$xoops_domain}> would output "Mydomain.com" without the "http://"? If not, how would I code the variable for it to do that? Or actually, if I just knew where the code was for the <{$XOOPS_URL}> code, I could probably tweak it myself.
Thanks! :)