Initial commit

This commit is contained in:
2026-07-05 21:52:31 +02:00
commit 93259f5b6d
35 changed files with 2389 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
script('moneyplanner', 'script');
style('moneyplanner', 'style');
?>
<table id='accounts'>
<caption><?=p($l->t('Konten'));?></caption>
</table>
<!-- < ?php print_unescaped($this->inc('content/index')); ? >-->