Blame view
sources/apps/apptemplate/templates/main.php
110 Bytes
|
42e4f8d60
|
1 2 3 |
<h1>This is an example app template</h1>
<?php p($l->t('Some Setting'));?>: "<?php p($_['somesetting']); ?>"
|
|
42e4f8d60
|
1 2 3 |
<h1>This is an example app template</h1>
<?php p($l->t('Some Setting'));?>: "<?php p($_['somesetting']); ?>"
|