aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-02-26 20:50:24 +0100
committerWojciech Polak <polak@gnu.org>2010-02-26 20:50:24 +0100
commit471d0ddf6a36858cb93457f8884e4ed77a54092e (patch)
tree72b78a683719b225976a81a87016f6a3c11cc1cd /frontend
parent3acbdb4120d11b1b83d43221b91bcfedd176c405 (diff)
downloadcheetah-471d0ddf6a36858cb93457f8884e4ed77a54092e.tar.gz
cheetah-471d0ddf6a36858cb93457f8884e4ed77a54092e.tar.bz2
Add media:content support, update some files.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/reader.php6
-rw-r--r--frontend/reader1.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/frontend/reader.php b/frontend/reader.php
index 6e36eb6..cb0bd57 100644
--- a/frontend/reader.php
+++ b/frontend/reader.php
@@ -2,7 +2,7 @@
/*
Cheetah News reader.php
- Copyright (C) 2005, 2006, 2007, 2008, 2009 Wojciech Polak.
+ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Wojciech Polak.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -259,7 +259,7 @@ if ($session->status['afterlogged'] == 'yes')
<div id="aboutContent">
<p class="align-center">
<b><?php printf (_("Personal News Aggregator %s"), 'v2'); ?></b>
- <br />Copyright &copy; 2005-2009 The Cheetah News Team<br />
+ <br />Copyright &copy; 2005-2010 The Cheetah News Team<br />
<a href="privacy" target="Privacy_Policy"><?php echo _('Privacy Policy'); ?></a> -
<a href="terms_of_service" target="Terms_of_Service"><?php echo _('Terms of Service'); ?></a>
</p>
@@ -267,7 +267,7 @@ if ($session->status['afterlogged'] == 'yes')
<ul>
<li><a href="http://wojciechpolak.org/" target="Wojciech_Polak">Wojciech Polak</a> -- <?php echo _('main programming and lead developer'); ?></li>
<li><a href="http://gray.gnu.org.ua/" target="Sergey_Poznyakoff">Sergey Poznyakoff</a> -- <?php echo _('additional programming'); ?></li>
- <li><a href="http://www.ranisz.9x.pl/" target="Marcin_Raniszewski">Marcin Raniszewski</a> -- <?php echo _('additional programming'); ?></li>
+ <li><a href="http://www.ranisz.o12.pl/" target="Marcin_Raniszewski">Marcin Raniszewski</a> -- <?php echo _('additional programming'); ?></li>
<li>Paweł Piekarski -- <?php echo _('graphics (icons)'); ?></li>
<li><a href="http://www.famfamfam.com/" target="Mark_James">Mark James</a> -- &quot;Silk&quot; icons</li>
<li><a href="thanks" target="Thanks">Thanks</a></li>
diff --git a/frontend/reader1.php b/frontend/reader1.php
index fa064c5..4e510ee 100644
--- a/frontend/reader1.php
+++ b/frontend/reader1.php
@@ -2,7 +2,7 @@
/*
Cheetah News reader1.php
- Copyright (C) 2005, 2006, 2007, 2008 Wojciech Polak.
+ Copyright (C) 2005, 2006, 2007, 2008, 2010 Wojciech Polak.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -76,7 +76,7 @@ if ($session->status['afterlogged'] == 'yes')
<ul>
<li><a href="http://wojciechpolak.org/" target="Wojciech Polak">Wojciech Polak</a> -- <?php echo _('main programming and lead developer'); ?></li>
<li><a href="http://gray.gnu.org.ua/" target="Sergey Poznyakoff">Sergey Poznyakoff</a> -- <?php echo _('additional programming'); ?></li>
- <li><a href="http://www.ranisz.9x.pl/" target="Marcin Raniszewski">Marcin Raniszewski</a> -- <?php echo _('additional programming'); ?></li>
+ <li><a href="http://www.ranisz.o12.pl/" target="Marcin Raniszewski">Marcin Raniszewski</a> -- <?php echo _('additional programming'); ?></li>
<li>Paweł Piekarski -- <?php echo _('graphics (icons)'); ?></li>
<li><a href="http://www.famfamfam.com/" target="Mark James">Mark James</a> -- &quot;Silk&quot; icons</li>
<li><a href="thanks" target="Thanks">Thanks</a></li>

Return to:

Send suggestions and report system problems to the System administrator.