summaryrefslogtreecommitdiffstats
path: root/custom/views/archive
diff options
context:
space:
mode:
authorPascal Chevrel <pascal@chevrel.org>2012-05-05 22:39:34 +0200
committerPascal Chevrel <pascal@chevrel.org>2012-05-05 22:39:34 +0200
commit2c494ce0492c9b0b38c3fc989105ad7bac9c8580 (patch)
tree3cbe548c152bf19199b43f0e020161e6aecd1408 /custom/views/archive
parent2d5084e43c0263e1257f294b3a8631776d343220 (diff)
downloadplanet-2c494ce0492c9b0b38c3fc989105ad7bac9c8580.tar
planet-2c494ce0492c9b0b38c3fc989105ad7bac9c8580.tar.gz
planet-2c494ce0492c9b0b38c3fc989105ad7bac9c8580.tar.bz2
planet-2c494ce0492c9b0b38c3fc989105ad7bac9c8580.tar.xz
planet-2c494ce0492c9b0b38c3fc989105ad7bac9c8580.zip
Issue 42: create atom.php at root, delete old 'atom10' template, update all internal links to point to the new location, put a redirect in place so as that moonmoon installs don't loose their users upon upgrading to a newer moonmoon
Diffstat (limited to 'custom/views/archive')
-rw-r--r--custom/views/archive/head.tpl.php2
-rwxr-xr-xcustom/views/archive/sidebar.tpl.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/views/archive/head.tpl.php b/custom/views/archive/head.tpl.php
index 03f99ae..005a75d 100644
--- a/custom/views/archive/head.tpl.php
+++ b/custom/views/archive/head.tpl.php
@@ -3,4 +3,4 @@
<link rel="stylesheet" media="screen" type="text/css" href="custom/style/light.css" title="Light" />
<link rel="stylesheet" media="screen" type="text/css" href="custom/style/dark.css" title="Dark" />
- <link rel="alternate" type="application/atom+xml" title="ATOM" href="?type=atom10" />
+ <link rel="alternate" type="application/atom+xml" title="ATOM" href="atom.php" />
diff --git a/custom/views/archive/sidebar.tpl.php b/custom/views/archive/sidebar.tpl.php
index 3f0d617..e21f377 100755
--- a/custom/views/archive/sidebar.tpl.php
+++ b/custom/views/archive/sidebar.tpl.php
@@ -21,7 +21,7 @@ usort($all_people, array('PlanetFeed', 'compare'));
<div>
<h2><?=_g('Syndicate')?></h2>
<ul>
- <li><img src="custom/img/feed.png" alt="<?=_g('Feed')?>" height="12" width="12" />&nbsp;<a href="?type=atom10"><?=_g('Feed (ATOM)')?></a></li>
+ <li><img src="custom/img/feed.png" alt="<?=_g('Feed')?>" height="12" width="12" />&nbsp;<a href="atom.php"><?=_g('Feed (ATOM)')?></a></li>
</ul>
</div>