From d895b852a6e160496ffc760d46d3719a3d62ff86 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 3 Feb 2008 23:23:24 +0000 Subject: Initial checkin of nutridb.org and basic subversion directory structure --- sidebar_left.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sidebar_left.php (limited to 'sidebar_left.php') diff --git a/sidebar_left.php b/sidebar_left.php new file mode 100644 index 0000000..f1396ed --- /dev/null +++ b/sidebar_left.php @@ -0,0 +1,11 @@ +assign("currentMealItems", $_SESSION['currentMeal']); +} + +# grab the page +$smarty->assign("sidebar_left", $smarty->fetch("sidebar_left.tpl")); + +?> -- cgit v1.2.3