forked from GNUsocial/gnu-social
RSS alternate link for tag pages
darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz
This commit is contained in:
parent
0e7541e9da
commit
1d8bac816e
@ -48,7 +48,7 @@ class TagAction extends StreamAction {
|
||||
}
|
||||
|
||||
function show_header($tag = false) {
|
||||
if (false && $tag) {
|
||||
if ($tag) {
|
||||
common_element('link', array('rel' => 'alternate',
|
||||
'href' => common_local_url('tagrss', array('tag' => $tag)),
|
||||
'type' => 'application/rss+xml',
|
||||
|
Loading…
Reference in New Issue
Block a user