diff options
author | Pascal Chevrel <pascal@chevrel.org> | 2012-05-05 22:39:34 +0200 |
---|---|---|
committer | Pascal Chevrel <pascal@chevrel.org> | 2012-05-05 22:39:34 +0200 |
commit | 2c494ce0492c9b0b38c3fc989105ad7bac9c8580 (patch) | |
tree | 3cbe548c152bf19199b43f0e020161e6aecd1408 /custom/views/default/sidebar.tpl.php | |
parent | 2d5084e43c0263e1257f294b3a8631776d343220 (diff) | |
download | planet-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/default/sidebar.tpl.php')
-rwxr-xr-x | custom/views/default/sidebar.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/views/default/sidebar.tpl.php b/custom/views/default/sidebar.tpl.php index 2a3a360..830f3c6 100755 --- a/custom/views/default/sidebar.tpl.php +++ b/custom/views/default/sidebar.tpl.php @@ -21,7 +21,7 @@ usort($all_people, array('PlanetFeed', 'compare')); <div class="section"> <h2><?=_g('Syndicate')?></h2> <ul> - <li><img src="custom/img/feed.png" alt="<?=_g('Feed')?>" height="12" width="12" /> <a href="?type=atom10"><?=_g('Feed (ATOM)')?></a></li> + <li><img src="custom/img/feed.png" alt="<?=_g('Feed')?>" height="12" width="12" /> <a href="atom.php"><?=_g('Feed (ATOM)')?></a></li> </ul> </div> |