<% # $Id: about.php,v 1.9 2005/01/03 07:42:45 hirokai Exp $ %>
<%
include( "../modules/utils.inc.php" );
$tok = $authenticated = $_COOKIE["c_pass_token"];
$u = $_COOKIE["c_uid"];
if( $u )
include( "$modules/header.inc.php" );
else {
include( "$modules/header.insecure.inc.php" );
include( "$modules/menu-insecure.inc.php" );
}
%>
<style type="text/css">
li { margin-bottom: 1.0em; font-size: 1.5em;}
</style>
<title> All About Feed Me Links </title>
<br />
<div>
<div style="width: 400px">
<big>
<% include( "$modules/announce.inc.php" ); %>
</big>
</div>
<div>
<p>
<span class="header"> Miscelleanous Chud: </span>
</p>
<li><a href="/misc/news">News and New Features</a></li>
<li><a href="http://cia.navi.cx/stats/project/feedmelinks">Spy on the developers</a></li>
<li><a href="/press">Recent Press</a></li>
<li><a href="/FAQ">Frequently Asked Questions</a></li>
<li><a href="stats">statistics on who's linking and when</a></li>
<li>Install the Feed Me Links<a href="/sidebars">Sidebar</a> </li>
<li>Nag us about our <a href="todo">To-Do List</a></li>
</div>
And if you enjoy the excitement and sexual proclivity brought to you by Feed Me Links, feel free to tell your friends about us.
<% include( "$modules/footer.inc.php" ); %>