diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-04 18:52:14 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-04 18:52:14 +0800 |
commit | a79348ff0a8af6d59696ee31fd7a293707989a84 (patch) | |
tree | f91c37373f1bb7474207055d600e4d2424ddbd8d /variables |
Separated web code
Diffstat (limited to 'variables')
-rw-r--r-- | variables/BOTTOM | 16 |
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] |