Open Jimmi08 opened 2 years ago
Still problem.
{SITEBUTTON: type=email&h=60}
in template . Path is ./e107_media/hash/temp/800x60_sitelogo.pngAnd if you install e107 in subdirectory, this is not working:
<img src="'. $path.'" alt="'.SITENAME.'" />
I had to add SITEURL to get it displayed on localhost.
<img src="'. SITEURL. $path.'" alt="'.SITENAME.'" />
Bug Description
If you upload site button via media manager, outputed path displays full path (including hash folder)
Sitelogo shortcode uses toImage() but sitebutton not.
Thanks