Added ppp/README
[barry/pauldeden.git] / doc / www / prepend.php
blob911044937fdd497cdf0402125975b72d58ebe3bc
1 <html>
3 <head>
4 <title>Barry Documentation</title>
5 <link rel="stylesheet" type="text/css" href="default.css">
7 <?
9 $extension = ".html";
11 // Creates a page header & linear navigation tracing back to the main page
12 function createHeader($title) {
13 global $doc_root;
15 echo "<div class='pageHeader'>$title</div>";
16 echo "<img src='nothing.jpg' width='100%' height='5' alt=''><br>";
17 echo "<div class='linearNav'>";
22 </head>
24 <body>