diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-14 18:41:34 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-14 18:41:34 +0200 |
| commit | 3780cf15a59c48b3d71e8ec27e3bdacd8a119460 (patch) | |
| tree | 84498c8ebdb29f212ab1b37c1d8b911eb6a237e9 /templates/main.php | |
| download | grauphel-3780cf15a59c48b3d71e8ec27e3bdacd8a119460.tar.gz grauphel-3780cf15a59c48b3d71e8ec27e3bdacd8a119460.zip | |
wip
Diffstat (limited to 'templates/main.php')
| -rwxr-xr-x | templates/main.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php new file mode 100755 index 0000000..527de40 --- /dev/null +++ b/templates/main.php @@ -0,0 +1,3 @@ +<h1>tomboy notes</h1> + +<?php p($l->t('Some Setting'));?>: "<?php p($_['somesetting']); ?>" |
