summaryrefslogtreecommitdiff
path: root/sidebar_right.php
diff options
context:
space:
mode:
Diffstat (limited to 'sidebar_right.php')
-rw-r--r--sidebar_right.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/sidebar_right.php b/sidebar_right.php
new file mode 100644
index 0000000..07290db
--- /dev/null
+++ b/sidebar_right.php
@@ -0,0 +1,6 @@
+<?php
+
+# grab the header
+$smarty->assign("sidebar_right", $smarty->fetch("sidebar_right.tpl"));
+
+?>