I have tried inserting a logo image through the admin panel using <img scr="/files/my_file.jpg"> and the code correctly appears in the $config['logo'] but the image does not appear on the site.
If I put the size in then an empty box appears.
I have uploaded the file manually to the files_dir
I tried to amend the $config['logo'] to '<img src="'.$config['dir_templates'].'files/my_file.jpg" alt="'.$config['title'].'" />'
but I then get a syntax error saying that the next line below the $config line is wrong. If I delete the next line I get yet another sytex error for the following line, and so on.
There's some wrong that it can't read the path, bit I can't work out what. I've even tried putting the .jpg in the root - http://mywebsite.com/my_file.jpg - and it still doesn't show. A space for the logo does appear and if I use alt='My File' the wording appears. But no logo.