all page types now served with model/view
[dylansserver.git] / view / index.php
index ec7c7c6..fb2ed19 100644 (file)
@@ -3,7 +3,7 @@
 
 <html>
 <head>
-  <title><?php echo $this->title; ?></title>
+  <title><?php echo $this->title ?></title>
   <link rel="icon" href="/favicon.ico" type="image/png">
   <link href='/includes/style.css' rel='stylesheet' type='text/css'>
   <script type='text/javascript' src='/includes/index.js'></script>
  
         <li>
         </li>
-      <li>
-      <?php $this->display_contact() ?>
-      </li>
+
+        <li>
+          <div id="contact_me"><h1><a href=
+          "mailto:dylan@psu.edu">dylan</a></h1><a href=
+          "mailto:dylan@psu.edu">@psu.edu</a>
+          </div>
+        </li>
       </ul>
-      </div>
-      <br>
-      <br>
     </div>
+    <br>
+    <br>
   </div>
 </body>
 </html>
+</html>