<?php
include_once('php/include/global.inc');
include_once("$INCLUDE_DIR/init.inc");
include_once("$INCLUDE_DIR/theme.inc");
$INDEX = 1;
$title = '[aros-stuff';
if($content == 'sources' && isset($_GET['filename']) && file_exists($_GET['filename']))
$title .= ": viewing '{$_GET['filename']}'";
else if($content == 'parse' && isset($_GET['file']))
$title .= ': ' . $_GET['file'];
else if(file_exists("$CONTENT_DIR/$content.php"))
$title .= ": $content";
$title .= ']';
?>
<head>
<title><?= $title ?></title>
<link href="/css/<?= $theme; ?>.css" rel="stylesheet" media="screen" />
<link href="/css/common.css" rel="stylesheet" media="screen" />
</head>
<body>
<div id="top"><a href="/"><img src="/images/top.png" alt="AROS stuff" width="600" height="90" /></a></div>
<div id="nav"><? include_once("$MISC_DIR/navigation.php"); ?></div>
<div id="main">
<div id="content">
<?php
if(file_exists("$CONTENT_DIR/$content.php"))
include_once("$CONTENT_DIR/$content.php");
else {
include_once('404.php');
$content = '404.php';
}
?>
<div class="commonMain commonContent right">
<a href="/?content=sources&filename=<?="$CONTENT_DIR/$content.php"?>">Source</a>
</div>
</div>
<div id="mid"> </div>
<div id="rightbar"><? include_once("$MISC_DIR/rightbar.php");?></div>
</div>
<br clear="all" />
<div id="bottom">
<?
include_once("$MISC_DIR/footer.php");
?>
</div>
</body>
</html>
Latest News
Latest Software
read 0.3.6
kal, 2004/04/30 07:14:24.
nroff 1.10
kal, 2004/04/22 08:29:10.
Nenscript 1.13.3
kal, 2004/04/22 08:23:53.
necho 0.2.3
kal, 2004/04/19 10:58:47.
dgrep 0.1.4
kal, 2004/04/19 10:49:42.
kal, 2004/04/30 07:14:24.
nroff 1.10
kal, 2004/04/22 08:29:10.
Nenscript 1.13.3
kal, 2004/04/22 08:23:53.
necho 0.2.3
kal, 2004/04/19 10:58:47.
dgrep 0.1.4
kal, 2004/04/19 10:49:42.
Select Theme
Links