diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 11:48:10 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 11:48:10 -0700 |
| commit | 7845745834b9df45f985ff3bf26228b626133454 (patch) | |
| tree | 6901ca99178fb065be1bed8e48ccfae9f2e9c8b4 /php/footer.php | |
| parent | eaacb3c2783c374f04d2ef3eb8179fd052274177 (diff) | |
Update some more stuff
Diffstat (limited to 'php/footer.php')
| -rwxr-xr-x | php/footer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/footer.php b/php/footer.php index 0d9c8b6..695b39f 100755 --- a/php/footer.php +++ b/php/footer.php @@ -17,7 +17,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -require_once PHP_DIR . 'replace.php'; +require_once ROOT . '/php/replace.php'; $year = date('Y'); @@ -25,7 +25,7 @@ $targets = [ '{{YEAR}}' => $year ]; -$html = replace(HTML_DIR . 'footer.html', $targets); +$html = replace(ROOT . '/html/footer.html', $targets); echo $html; ?> |
