]> git.wh0rd.org - tt-rss.git/commitdiff
update tt-rss site url
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 Nov 2007 09:21:43 +0000 (10:21 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 Nov 2007 09:21:43 +0000 (10:21 +0100)
login_form.php
prefs.php
tt-rss.php

index f67d27b427163e9a764f8d65d27d0b053bd2203d..fefae727d365d3f3aa0f8795612927f3815fc83f 100644 (file)
@@ -106,7 +106,7 @@ window.onload = init;
        </td>
 </tr><tr>
        <td align="center" class="loginBottom">
-               <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+               <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
        </td>
 </tr>
 
index 3c0b42e12e0874dede7ad0b6fb54f2d176a64e7f..d1d98ea16396d4ce8a6643805f5539478d9cbb46 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -150,7 +150,7 @@ window.onload = init;
                ?>
                </select>
        <?php } ?>
-       <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
 </div>
 
 <?php db_close($link); ?>
index caf8f9c4e4275c32fcc80c797fef96c446a54038..34f11d1fd1214e5d2871025b22d661a24b0f4410 100644 (file)
@@ -222,7 +222,7 @@ window.onload = init;
                ?>
                </select>
        <?php } ?>
-       <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
 </div>
 
 <?php db_close($link); ?>