diff options
author | friendica <info@friendica.com> | 2014-12-15 14:37:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-15 14:37:57 -0800 |
commit | 2e990743e757bea6712a3f3e9639a43c89b52901 (patch) | |
tree | cfc7da5c92a471de875bdd15dc491635fb987ee8 /view/tpl/uexport.tpl | |
parent | f28103d595c0e02dfd30d44b3115915994e9ecc0 (diff) | |
parent | 3b343f8f6c7936aba93ed4a0b09a19086f18ae0d (diff) | |
download | volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.gz volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.bz2 volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/uexport.tpl')
-rw-r--r-- | view/tpl/uexport.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl new file mode 100644 index 000000000..5de995ba0 --- /dev/null +++ b/view/tpl/uexport.tpl @@ -0,0 +1,9 @@ +<div class="generic-content-wrapper"> +<h1>{{$title}}</h1> +<b><a href="uexport/basic">{{$basictitle}}</a></b></p> +<p>{{$basic}}</p> + +<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p> +<p>{{$full}}</p> + +</div> |