ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: scripple on April 12, 2014, 07:51:05 pm

Title: RSS Feed doesn't load logo
Post by: scripple on April 12, 2014, 07:51:05 pm
Small bug in News.controller.php

It currently has this
Code: [Select]
				<url>', $settings['default_theme_dir'], '/images/logo.png</url>

but it should be using the url not the directory.
Code: [Select]
				<url>', $settings['default_theme_url'], '/images/logo.png</url>

ETA: Pull request here:
https://github.com/elkarte/Elkarte/pull/1533