aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-03-27 14:03:02 +0200
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-03-27 14:03:02 +0200
commitdbde9a0940297f1ed5c02e0578013da3d052349e (patch)
tree73c9b4fbbcbdbaa8bb484a122130f96d17ed8915 /mod
parentd3f38c9f43665e1826c332d5afd3249666915fdf (diff)
downloadvolse-hubzilla-dbde9a0940297f1ed5c02e0578013da3d052349e.tar.gz
volse-hubzilla-dbde9a0940297f1ed5c02e0578013da3d052349e.tar.bz2
volse-hubzilla-dbde9a0940297f1ed5c02e0578013da3d052349e.zip
Update es_es+n. Switch the feeds as requested by Mike.
Diffstat (limited to 'mod')
-rw-r--r--mod/channel.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 7bdc056a2..eb65a66f3 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -34,9 +34,8 @@ function channel_init(&$a) {
$profile = argv(1);
}
- $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Only posts') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '?top=1" />' . "\r\n" ;
$a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Posts and comments') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '" />' . "\r\n" ;
-
+ $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" title="' . t('Only posts') . '" href="' . $a->get_baseurl() . '/feed/' . $which . '?top=1" />' . "\r\n" ;
// Not yet ready for prime time
// $a->page['htmlhead'] .= '<link rel="openid.server" href="' . $a->get_baseurl() . '/id/' . $which .'?f=" />' . "\r\n" ;