home *** CD-ROM | disk | FTP | other *** search
- <? 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>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Content-Language" content="English" />
- <meta name="Author" content="David Herreman - www.free-css-templates.com" />
- <meta name="Robots" content="index,follow" />
- <meta name="Description" content="Templates designed for sNews CMS" />
- <meta name="Keywords" content="snews, simple, cms, css, xhtml, valid, photoshop, notepad++, tutorials, tutorial, free template, free templates" />
- <link rel="stylesheet" type="text/css" href="/nolimit/images/style.css" />
- <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />
- <? title(); ?>
- </head>
- <body>
- <div class="content">
- <div class="header">
- <div class="time">
- <? echo date('l dS \of F Y'); ?>
- </div>
- <div class="hmenu">
- <? categories(); ?>
- </div>
-
- </div>
- <div class="right">
- <div class="menu">
- <? login(); ?>
- <hr>
- <? categories(); ?>
- <? menu_items(); ?>
- <hr><? searchform(); ?><hr>
- <h2>New articles:</h2>
- <? new_articles(5); ?>
- <hr>
- <div class="boxads">
- Powered by <a href="http://snews.solucija.com">sNews</a>!
- </div>
- </div>
-
- </div>
-
- <div class="center">
- <? center(3); ?>
- <br />
- <div class="boxads">
- Your ads here!
- </div>
- </div>
-
- <div class="footer">
- Powered by <a href="http://snews.solucija.com" title="Single file CSS and XHTML valid CMS">sNews</a>
- | © Copyright <a href="http://www.free-css-templates.com/" title="Free CSS Templates">www.free-css-templates.com</a>
- - All rights reserved | <a href="rss/">RSS Feed</a>
- </div>
- </div>
-
-
- </body>
- </html>
-