From a2827963fbf6847166360be635c65dc85d20dd0d Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 22 Sep 2025 21:25:49 +0200 Subject: PHP FTW! --- include/defer.php | 12 ++++++++++++ include/layout.php | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 include/defer.php create mode 100644 include/layout.php (limited to 'include') diff --git a/include/defer.php b/include/defer.php new file mode 100644 index 0000000..ee01bbc --- /dev/null +++ b/include/defer.php @@ -0,0 +1,12 @@ +funcs)) array_pop($this->funcs)(); + } + }; + $context->funcs[] = $f; +} diff --git a/include/layout.php b/include/layout.php new file mode 100644 index 0000000..ba79595 --- /dev/null +++ b/include/layout.php @@ -0,0 +1,20 @@ + + + + + + + TrÀdgÄrdstomten.se + + + + + "; }); +} -- cgit v1.2.3