JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make footer have small text
[wfpl-cms.git] / template.html
index 6403d13..2c853c1 100644 (file)
 
 <body id="~$basename~_body" class="real_body_tag">
        <div class="centerer ~$layout_centerer_class~">
-               <header>
-                       header image here
+               <!--~$admin_links {~-->
+                       <div id="admin_links">You are logged in as an administrator. &nbsp; <a href="admin_pages?~$edit_page_id {~edit_id=~$edit_page_id~~}~~$edit_page_id unset {~&amp;new=1&amp;new_filename=~$basename~~}~">Edit this page</a> &mdash; <a href="admin">Control panel</a> &mdash; <a href="logout">Log out</a></div>
+               <!--~}~-->
+
+               <header id="site_header">
+                       <!--~$cms_header~-->
                </header>
                <!--~$navbar_items once_if {~-->
                        <nav class="nav">
@@ -33,9 +37,6 @@
                <!--~}~-->
 
                <div class="main">
-                       <!--~$admin_links {~-->
-                               <div id="admin_links">You are logged in as an administrator. &nbsp; <a href="admin_pages?~$edit_page_id {~edit_id=~$edit_page_id~~}~~$edit_page_id unset {~&amp;new=1&amp;new_filename=~$basename~~}~">Edit this page</a> &mdash; <a href="admin">Control panel</a> &mdash; <a href="logout">Log out</a></div>
-                       <!--~}~-->
                        <!--~$messages once_if {~-->
                                <div id="wfpl_messages">
                                        <!--~$messages {~-->
@@ -62,7 +63,7 @@
                        <div style="clear: both"></div>
                <!--~}~-->
 
-               <footer>
+               <footer id="site_footer">
                        ~$cms_footer~
                </footer>
        </div>