This commit is contained in:
edsea
2025-08-07 02:01:29 +02:00
commit 8b5ba49645
22 changed files with 6487 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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>