13 lines
235 B
PHP
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')); ? >-->
|
|
|