Files
web/lib/waypoints/links.php
2026-01-24 17:29:05 -05:00

6 lines
77 B
PHP

<?php
$links = array(
'js' => 'lib/waypoints/waypoints.min.js'
);
?>