summaryrefslogtreecommitdiff
path: root/php/footer.php
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
commitcf5dd6581e75a5947606e8f3ab2233e8b6978394 (patch)
treeeb4f1fcfac1344ead1f3eb4531944c6e64e24792 /php/footer.php
parent215aac15f443b6a924670a6a8a81da37b982d7f9 (diff)
Seperate some stuff
Diffstat (limited to 'php/footer.php')
-rwxr-xr-xphp/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/footer.php b/php/footer.php
index 695b39f..652bf3e 100755
--- a/php/footer.php
+++ b/php/footer.php
@@ -22,7 +22,7 @@ require_once ROOT . '/php/replace.php';
$year = date('Y');
$targets = [
- '{{YEAR}}' => $year
+ '{{year}}' => $year
];
$html = replace(ROOT . '/html/footer.html', $targets);