MyBB Community Forums

Full Version: Theme Image Directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I use the {$theme['imgdir']} variable in a place that's above the forums directory, it only returns forum. For example, my forum is set up as such:
Main Site
Main Site/Forum

So if I were to use <img url="forum/{$theme['imgdir']}/whatever.gif" /> in the Main Site directory, all it returns is <img url="forum/images/whatever.gif" />... Any ideas?
Change url to src.
It's actually src in the original.
What exactly are you expecting it to return?? It's outputting the correct text...