diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-11 18:16:08 +0000 |
commit | a802044c2989da21ebf12797c265e5ab64f07142 (patch) | |
tree | 882804665994a70787f62965c422ad64393f218d /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')
-rw-r--r-- | tpl/foot.tpl | 2 | ||||
-rw-r--r-- | tpl/main.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tpl/foot.tpl b/tpl/foot.tpl index 8ab170f..0baad18 100644 --- a/tpl/foot.tpl +++ b/tpl/foot.tpl @@ -1,3 +1 @@ -</div><div id="f"> <p>Made by <a href="@pathtofile($[output-dir])">PORTER SWANSTROM</a></p> -</div></div> 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> |