Files
brihaspathi/lib/waypoints/links.php
T

6 lines
77 B
PHP
Raw Normal View History

2024-11-21 09:10:28 +05:30
<?php
$links = array(
'js' => 'lib/waypoints/waypoints.min.js'
);
?>