JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / admin.html
index c89654e..1e1e677 100644 (file)
@@ -3,12 +3,11 @@
 <html lang="en">
 <head>
        <title><!--~$title show {~-->~$host~ Administration<!--~}~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css" />
 </head>
 
 <body>
        <!--~$body show {~-->
-               <h2>~$host~ Administration</h2>
+               <h1>~$host~ Admin Control Panel</h1>
 
                <p><a href="admin_images">Manage images</a></p>
 
@@ -16,6 +15,8 @@
 
                <p><a href="admin_files">Manage (downloadable) files</a></p>
 
+               <p><a href="admin_users">Manage accounts (admin passwords, etc.)</a></p>
+
                <p><a href="logout">Log out</a></p>
        <!--~}~-->
 </body>