MyBB Community Forums
How to link images properly - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: How to link images properly (/thread-192787.html)



How to link images properly - RobiLee - 2016-05-09

what url do I add to the template to fetch the image from the theme's image dictionary? I only know how to add image urls from the internet. I am trying to develop a theme.


RE: How to link images properly - .m. - 2016-05-10

you can use {$theme['imgdir']} for the theme's images folder like below
<img src="{$theme['imgdir']}/myimage.png" alt="my image" />