home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / nolimit / index.php < prev    next >
Text File  |  2006-04-14  |  2KB  |  62 lines

  1. <? session_start();
  2. include ("snews.php"); ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.     <meta http-equiv="Content-Language" content="English" />
  8.     <meta name="Author" content="David Herreman - www.free-css-templates.com" />
  9.     <meta name="Robots" content="index,follow" />
  10.     <meta name="Description" content="Templates designed for sNews CMS" />
  11.     <meta name="Keywords" content="snews, simple, cms, css, xhtml, valid, photoshop, notepad++, tutorials, tutorial, free template, free templates" />
  12.     <link rel="stylesheet" type="text/css" href="/nolimit/images/style.css" />
  13.     <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />
  14. <? title(); ?>
  15. </head>
  16. <body>
  17.     <div class="content">
  18.         <div class="header">
  19.             <div class="time">
  20.             <? echo date('l dS \of F Y'); ?>
  21.             </div>
  22.             <div class="hmenu">
  23.                 <? categories(); ?>
  24.             </div>
  25.             
  26.         </div>
  27.         <div class="right">
  28.             <div class="menu">
  29.                 <? login(); ?>
  30.                 <hr>
  31.                 <? categories(); ?>
  32.                 <? menu_items(); ?>
  33.                 <hr><? searchform(); ?><hr>
  34.                 <h2>New articles:</h2>
  35.                 <? new_articles(5); ?>
  36.                 <hr>
  37.                 <div class="boxads">
  38.                 Powered by <a href="http://snews.solucija.com">sNews</a>!
  39.                 </div>
  40.             </div>
  41.             
  42.         </div>
  43.         
  44.         <div class="center">
  45.         <? center(3); ?>    
  46.         <br />
  47.         <div class="boxads">
  48.         Your ads here!
  49.         </div>
  50.         </div>
  51.         
  52.         <div class="footer">
  53.          Powered by <a href="http://snews.solucija.com" title="Single file CSS and XHTML valid CMS">sNews</a>    
  54.           | © Copyright <a href="http://www.free-css-templates.com/" title="Free CSS Templates">www.free-css-templates.com</a>
  55.          - All rights reserved | <a href="rss/">RSS Feed</a> 
  56.         </div>
  57.     </div>
  58.  
  59.  
  60. </body>
  61. </html>
  62.