summaryrefslogtreecommitdiff
path: root/variables/BOTTOM
blob: 42a82a5a10197f62d3894c9fa0c18f5560e0e960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]