]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
put the <title> tag inside the <head> section of each page
[nano-editor.git] / docs.php
index 930df3c8e7ea4e815cf3d0cb14b727cecf9e55aa..5e2a212d4c7ef6616db84ab4766f11aeb3979bd4 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,25 +1,20 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Documentation</title>
+<?php $title="Documentation";  include "top.php"; ?>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
 <td>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <table BORDER=0 WIDTH="100%">
-<tr BGCOLOR="#440077">
+<tr CLASS="inverted">
 <td WIDTH="25%">
-<center><font color="#FFFFFF">Document Name</font></center>
+<center>Document Name</center>
 </td>
 <td>
-<font color="#FFFFFF">Description</font>
+Description
 </td>
 </tr>
 
@@ -83,4 +78,5 @@
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>