Skip to main content
Topic: RSS Feed doesn't load logo (Read 1613 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

RSS Feed doesn't load logo

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
Last Edit: April 12, 2014, 08:48:27 pm by scripple