- $docs->output('short','header','pager','What\'s New?','Nothing has been posted on this site yet. Wow, it must be brand new!'); ?>
-
-
-
- $POD->output('sidebars/search'); ?>
+ $docs->output('short','2col_header','2col_pager','What\'s New?','Nothing has been posted on this site yet. Wow, it must be brand new!');
- $POD->output('sidebars/ad_unit'); ?>
-
- $POD->output('sidebars/tag_cloud'); ?>
-
- $POD->output('sidebars/recent_visitors'); ?>
-
-
-
- $POD->footer(); ?>
+ $POD->footer();
+?>
diff --git a/themes/default/groups/invite.php b/themes/default/groups/invite.php
new file mode 100644
index 0000000..5422cba
--- /dev/null
+++ b/themes/default/groups/invite.php
@@ -0,0 +1,48 @@
+
+
\ No newline at end of file
diff --git a/themes/default/stacks/2col_footer.php b/themes/default/stacks/2col_footer.php
new file mode 100644
index 0000000..f6b345e
--- /dev/null
+++ b/themes/default/stacks/2col_footer.php
@@ -0,0 +1,38 @@
+
+ if ($this->count() == 0) { ?>
+
+ if ($empty_message) {
+ echo $empty_message;
+ } else { ?>
+ Nothing to show!
+ } ?>
+
\ No newline at end of file
diff --git a/themes/default/stacks/2col_header.php b/themes/default/stacks/2col_header.php
new file mode 100644
index 0000000..88b2a66
--- /dev/null
+++ b/themes/default/stacks/2col_header.php
@@ -0,0 +1,26 @@
+
+
+
+
+
+ if ($title) { ?>
+
+
+
= $title; ?>
+
+
+ } ?>
+
\ No newline at end of file
diff --git a/themes/default/stacks/2col_pager.php b/themes/default/stacks/2col_pager.php
new file mode 100644
index 0000000..7107006
--- /dev/null
+++ b/themes/default/stacks/2col_pager.php
@@ -0,0 +1,42 @@
+
+ if ($this->count() == 0) { ?>
+
+ if ($empty_message) {
+ echo $empty_message;
+ } else { ?>
+ Nothing to show!
+ } ?>
+
+ } ?>
+
+ if ($this->hasPreviousPage()) { echo 'Previous'; } ?>
+ if ($this->hasNextPage()) { echo 'Next'; } ?>
+