Small css fix
[banana.git] / examples / index.php
index 30983df..5b19df9 100644 (file)
@@ -8,15 +8,16 @@
 ********************************************************************************/
 
 require_once("banana/banana.inc.php");
-$res = Banana::run();
+$banana = new Banana();
+$res = $banana->run();
 
 if ($res != "") {
 ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; 
-    charset=iso-8859-1">
+    charset=UTF-8">
     <meta name="description" content="WebForum2/Banana">
     <link href="css/style.css" type="text/css" rel="stylesheet" media="screen">
     <link href="css/banana.css" type="text/css" rel="stylesheet" media="screen">
@@ -30,6 +31,7 @@ if ($res != "") {
       <div class="foot">
         <em>Banana</em>, a Web interface for a NNTP Server<br />
         Developed under GPL License for <a href="http://www.polytechnique.org">Polytechnique.org</a>
+        Use <em>silk</em> icons from <a href="http://www.famfamfam.com/lab/icons/silk/">www.famfamfam.com</a>
       </div>
     </div>
   </body>