| Which file is the variable for <{$XOOPS_URL}> defined in? |
| by LiliVG on 2007/2/12 16:44:26 Ok, I got the smarty tag thing figured out. Can anyone tell me where the variable for <{$XOOPS_URL}> is defined? Like which file it's in? I need to tweak it and add it to my module. Thanks :) |
| Smarty tags print as literal instead of value |
| by LiliVG on 2007/2/11 20:28:49 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! :) |