diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-11 18:16:08 +0000 |
commit | a802044c2989da21ebf12797c265e5ab64f07142 (patch) | |
tree | 882804665994a70787f62965c422ad64393f218d /tpl/main.tpl | |
parent | git server (diff) | |
download | w-a802044c2989da21ebf12797c265e5ab64f07142.tar w-a802044c2989da21ebf12797c265e5ab64f07142.tar.gz w-a802044c2989da21ebf12797c265e5ab64f07142.tar.bz2 w-a802044c2989da21ebf12797c265e5ab64f07142.tar.xz w-a802044c2989da21ebf12797c265e5ab64f07142.zip |
only footer content in footer template
Diffstat (limited to 'tpl/main.tpl')
-rw-r--r-- | tpl/main.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/main.tpl b/tpl/main.tpl index d3c798d..1327687 100644 --- a/tpl/main.tpl +++ b/tpl/main.tpl @@ -14,4 +14,6 @@ @content() -@input(tpl/foot.tpl)</body></html> +</div><div id="f"> +@input(tpl/foot.tpl) +</div></div></body></html> |