Closed (fixed)
Project:
Fresh Theme
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 10:55 UTC
Updated:
17 Apr 2012 at 19:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
devsaran commentedThere is nothing wrong in the RSS link on header.
<li><a href="<?php print $front_page . ($language->prefix ? '/' : ''); ?>rss.xml">RSS</a></li>I included the Language Prefix for the RSS link.. And It works fine in all site including multilingual..
Comment #2
barami commentedThat code printed "http://rss.xml" in my site.
It's wrong. What does i do?
Comment #3
barami commentedSee the left bottom in screenshot. your php code returned "//rss.xml" in a link.
(I'm using locale module, but don't use translate module.)
If you want to contain a language code in feed link, I suggest to use check_url function.
http://heine.familiedeelstra.com/use-front_page-not-base_path-for-multil...
Comment #4
devsaran commentedFixed in Development Release (7.x-1.x-dev).. Will be include in next release 7.x-1.2.