diff options
Diffstat (limited to 'sidebar_left.php')
| -rw-r--r-- | sidebar_left.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sidebar_left.php b/sidebar_left.php index f1396ed..111d7c5 100644 --- a/sidebar_left.php +++ b/sidebar_left.php @@ -1,5 +1,13 @@ <?php +/** + * Copyright (c) 2007 Nathan Kinkade + * + * This code is offered under an MIT (X11) license. For more information + * about the terms of this license see the file LICENSE included with this + * software or visit: http://www.opensource.org/licenses/mit-license.php + */ + # put the current meal items in an array if it exists if ( isset($_SESSION['currentMeal']) ) { $smarty->assign("currentMealItems", $_SESSION['currentMeal']); |
