Files
moneyplanner/templates/index.php
T
2026-07-05 21:52:31 +02:00

13 lines
235 B
PHP

<?php
script('moneyplanner', 'script');
style('moneyplanner', 'style');
?>
<table id='accounts'>
<caption><?=p($l->t('Konten'));?></caption>
</table>
<!-- < ?php print_unescaped($this->inc('content/index')); ? >-->