diff options
Diffstat (limited to 'php/footer.php')
| -rwxr-xr-x | php/footer.php | 2 |
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); |
