summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'inc.content2.php')
-rw-r--r--inc.content2.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/inc.content2.php b/inc.content2.php
new file mode 100644
index 0000000..326e87b
--- /dev/null
+++ b/inc.content2.php
@@ -0,0 +1,22 @@
+ </div>
+ <div id="sidebar">
+
+ <?
+ require_once 'nav.search.php';
+ require_once 'nav.primary.php';
+ require_once 'nav.legend.php';
+ require_once 'nav.social_media.php';
+ require_once 'nav.recent_changes.php';
+ require_once 'nav.meta.php';
+ ?>
+
+ </div>
+
+ <div id="footer"></div>
+
+ </div>
+</body>
+</html>
+<?
+ require_once 'inc.footer.php';
+?> \ No newline at end of file