<?
# Slashster: Open Source Friend of a Friend Software
# Copyright 2004 Mark El-Wakil
# Contact: hide@address.com
# http://seventhcycle.net
#
# This file is part of Slashster.
#
# Slashster is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Slashster is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Slashster; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
?>
<html>
<head>
<title><?= $this->TitleTag ?></title>
<meta name = "description" content = "<?= $this->sys[metadesc] ?>">
<meta name = "keywords" content = "<?= $this->sys[metakeyw] ?>">
<link rel="stylesheet" href="css/site-<?= $this->CSS ?>.css" />
<link rel="alternate" title="<?= $this->sys[sitename] ?> RSS Feed" HREF="//<?= $this->sys[sitedomain] ?>/rss.php"
TYPE="application/rss+xml">
<script language="JavaScript" type="text/javascript" src="/js/js.js"></script>
</head>
<? if ($this->var_arr["jsgoto"]) { ?>
<script>
fgoto('<?= $this->var_arr["jsgoto"] ?>',true)
</script>
<? } ?>
<body<?
if ($this->var_arr["jsgoto"]) { ?>
onload="fgoto('<?= $this->var_arr["jsgoto"] ?>',false)"
<? } ?>>
<center>
<table width=650 border=0 cellspacing=0 cellpadding=0>
<tr><td class="stdtable"
align=center><a href="<?= $this->stdurl ?><?= ($this->LoggedIn) ? "main.php" : ""
?>"><img border=0 width="700" height="70"
src="images/logo-<?= $this->CSS ?>.gif"></a></td></tr>
<? if ($this->LoggedIn) { ?>
<tr><td height=20 class="stdtable" align=center>
<small>
<a class = "stdtxt" href="<?= $this->stdurl ?>main.php">Home</a> |
<a class = "stdtxt" href="<?= $this->stdurl ?>invite.php">Invite</a> |
<a class = "stdtxt" href="<?= $this->stdurl ?>people.php">People</a> |
<a class = "stdtxt" href="<?= $this->sstdurl ?>messages.php">Messages</a> |
<a class = "stdtxt" href="<?= $this->stdurl ?>bbs.php">BBS</a> |
<a class = "stdtxt" href="<?= $this->stdurl ?>news.php">News</a> |
<a class = "stdtxt" href="<?= $this->stdurl ?>login.php">Log Out</a>
</small>
</td></tr>
<? } ?>
<tr><td class="stdfilling">