diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 00:04:03 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 00:04:03 +0000 |
commit | 84dcdeb236487a52486e0bd9234b214f2b64dd3c (patch) | |
tree | 4888bec73ce854e2788674915235780516062087 | |
parent | 91deaeb35d874a5625b99033858b03762110918b (diff) | |
download | elgg-84dcdeb236487a52486e0bd9234b214f2b64dd3c.tar.gz elgg-84dcdeb236487a52486e0bd9234b214f2b64dd3c.tar.bz2 |
Removed unused view: output/rss_view
git-svn-id: http://code.elgg.org/elgg/trunk@8103 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/output/rss_view.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/views/default/output/rss_view.php b/views/default/output/rss_view.php deleted file mode 100644 index 530bb9684..000000000 --- a/views/default/output/rss_view.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - /** - * View to display the RSS link - * @todo check this - it doesn't appear this view is ever called - **/ -?> -<div class="rss-link clearfix"><a href="" title="RSS feed for the wire">RSS feed for the wire</a></div>
\ No newline at end of file |