diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-02-03 23:23:24 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-02-03 23:23:24 +0000 |
| commit | d895b852a6e160496ffc760d46d3719a3d62ff86 (patch) | |
| tree | 52230bb04148197e8312e09b5c5273417e7a3be9 /footer.php | |
Initial checkin of nutridb.org and basic subversion directory structure
Diffstat (limited to 'footer.php')
| -rw-r--r-- | footer.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..fba4055 --- /dev/null +++ b/footer.php @@ -0,0 +1,6 @@ +<?php + +# grab the page +$smarty->assign("footer", $smarty->fetch("footer.tpl")); + +?> |
