Hi. nice to meet you.
In this thema, RSS link on header is a wrong link. So.. I fixed this problem and will upload patch.

CommentFileSizeAuthor
#2 site.png650.69 KBbarami
fix_rss_link-7.x-1.1.patch891 bytesbarami
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

devsaran’s picture

Status: Active » Closed (works as designed)

There 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..

barami’s picture

FileSize
650.69 KB

That code printed "http://rss.xml" in my site.
It's wrong. What does i do?

barami’s picture

Status: Closed (works as designed) » Needs work

See 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...

devsaran’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Needs work » Closed (fixed)

Fixed in Development Release (7.x-1.x-dev).. Will be include in next release 7.x-1.2.