summaryrefslogtreecommitdiff
path: root/variables/BOTTOM
diff options
context:
space:
mode:
Diffstat (limited to 'variables/BOTTOM')
-rw-r--r--variables/BOTTOM16
1 files changed, 16 insertions, 0 deletions
diff --git a/variables/BOTTOM b/variables/BOTTOM
new file mode 100644
index 0000000..42a82a5
--- /dev/null
+++ b/variables/BOTTOM
@@ -0,0 +1,16 @@
+[output name=copyright]
+__COPYRIGHT__
+
+[output name=edit_controls]
+__ADL_PAGE__
+
+[unpack]
+[include file="templates/layout/[either][scratch display_class][or]noleft[/either]"]
+[/unpack]
+[comment] Clear these puppies [/comment][calc]
+ for (qw/
+ page_title
+ display_class
+ /) { delete $Scratch->{$_} }
+ return;
+[/calc]