JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
let cms do header/title on /contact
authorJason Woofenden <jason@jasonwoof.com>
Tue, 23 Jun 2015 15:37:41 +0000 (11:37 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 23 Jun 2015 15:37:41 +0000 (11:37 -0400)
config.php
contact.html

index 994bfb5..f5c078e 100644 (file)
@@ -6,7 +6,7 @@
 define('WFPL_DB', 'fixme');
 define('WFPL_DB_USER', 'fixme');
 define('WFPL_DB_PASS', 'fixme');
-# CMS login passwords are stored in the database. See admin_admins.php
+# CMS login passwords are stored in the database. See admin_users.php
 date_default_timezone_set('America/New_York');
 
 # Enable features, auto-includes
index 6f1e7ee..227a19c 100644 (file)
@@ -2,15 +2,12 @@
 
 <html lang="en">
 <head>
-       <title><!--~$title show {~-->Contact<!--~}~--></title>
+       <title></title>
 </head>
 
 <body>
 <!--~$body show {~-->
-
        <!--~form {~-->
-               <h2>Contact</h2>
-
                <form action="contact" method="post">
 
                        <div class="caption">Name</div>
@@ -31,7 +28,6 @@
 
                </form>
        <!--~}~-->
-
 <!--~}~-->
 </body>
 </html>