From: Cash Costello Date: Sat, 8 May 2010 11:47:15 +0000 (+0000) Subject: Elgg now includes a decent RSS page shell so we don't need this X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2c5882e91c3479d2e06b41e6c8d21be5fc8620b2;p=lorea%2Felgg.git Elgg now includes a decent RSS page shell so we don't need this --- diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php deleted file mode 100644 index 2dfc8917f..000000000 --- a/views/rss/pageshells/pageshell.php +++ /dev/null @@ -1,46 +0,0 @@ -\n"; - - - - // Set title - if (empty($vars['title'])) { - $title = $vars['config']->sitename; - } else if (empty($vars['config']->sitename)) { - $title = $vars['title']; - } else { - $title = $vars['config']->sitename . ": " . $vars['title']; - } - - // Remove RSS from URL - $url = str_replace('?view=rss','',full_url()); - $url = str_replace('&view=rss','',full_url()); - -?> - - > - - <![CDATA[<?php echo $title; ?>]]> - - - - - \ No newline at end of file