summaryrefslogtreecommitdiff
path: root/sidebar_right.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-02-03 23:23:24 +0000
committerNathan Kinkade <nath@nkinka.de>2008-02-03 23:23:24 +0000
commitd895b852a6e160496ffc760d46d3719a3d62ff86 (patch)
tree52230bb04148197e8312e09b5c5273417e7a3be9 /sidebar_right.php
Initial checkin of nutridb.org and basic subversion directory structure
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"));
+
+?>