aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout/shells/content/footer.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 00:59:57 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 00:59:57 +0000
commit434223ef35bd67cdece1ce8cb0fc829a0811daf7 (patch)
treedc99bca9099235ed3a9b3dadd25d1e6c468e9842 /views/default/layout/shells/content/footer.php
parent5fdb5b33324fc6b8ceaa388ff73ae620d95f42a9 (diff)
downloadelgg-434223ef35bd67cdece1ce8cb0fc829a0811daf7.tar.gz
elgg-434223ef35bd67cdece1ce8cb0fc829a0811daf7.tar.bz2
Refs #2950: Moved /layout/ views into /page/ dir -- still not satisfied with page/components/list/body, page/layouts/content/* and page/layouts/widgets/add_button
git-svn-id: http://code.elgg.org/elgg/trunk@8400 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/layout/shells/content/footer.php')
-rw-r--r--views/default/layout/shells/content/footer.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/views/default/layout/shells/content/footer.php b/views/default/layout/shells/content/footer.php
deleted file mode 100644
index 66f5d3ff8..000000000
--- a/views/default/layout/shells/content/footer.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Main content footer
- *
- * @uses $vars['content'] The content for the footer
- */
-
-echo $vars['content'];