mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
7 lines
No EOL
139 B
PHP
7 lines
No EOL
139 B
PHP
<?php
|
|
|
|
use const VVWebsite\VERSION_LATEST;
|
|
|
|
require_once VV::root("src/Consts.php");
|
|
?>
|
|
<?= VV::include(VERSION_LATEST . "JS/EVENTS"); ?>
|