Initial commit

This commit is contained in:
2025-10-10 18:24:12 -04:00
commit c0e05bfd81
27 changed files with 10684 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
global $pageInfo;
if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/rss/js/' . $pageInfo['template'] . '.js')) {
echo '<script src="/rss/js/' . $pageInfo['template'] . '.js"></script>';
}
?>
<footer>
</footer>
</body>
</html>