|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/system_suspended/sNews15/ |
Upload File : |
<?php session_start(); include('snews.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php title(); ?>
<meta name="Robots" content="index,follow" />
<meta name="Generator" content="sNews 1.5" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />
</head>
<body>
<div id="wrap">
<div id="logo">
<h1><?php echo s('website_title'); ?></h1>
</div>
<ul id="menu">
<? pages(); ?>
</ul>
<div id="subheader">
<div id="breadcrumbs">
<? breadcrumbs(); ?>
</div>
<div id="search">
<? searchform(); ?>
</div>
</div>
<div id="center">
</div>
<div id="left">
<? center(); ?>
</div>
<div id="right">
<div class="box">
<h2>Categories:</h2>
<ul>
<? categories(); ?>
</ul>
</div>
<div class="box">
<h2>New comments:</h2>
<ul>
<? new_comments(5, 30); ?>
</ul>
</div>
<div class="box">
<h2>New Articles:</h2>
<ul>
<? menu_articles(0,3); ?>
</ul>
</div>
<? extra(); ?>
</div>
<div id="footer">
<p>Barbecued by <a href="http://snews.solucija.com/" title="Single file CMS">sNews</a> · <? login_link(); ?></p>
</div>
</div>
</body>
</html>