Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

8
nav_modules/nav_ads.php Normal file
View file

@ -0,0 +1,8 @@
<?php
If (!defined("in_astat")) {
die("Dieses Script kann nicht ausserhalb des Frameworks laufen!");
}
$navrow .= $navtpl->fetch('nav_ads.tpl');
?>