diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-12 17:13:58 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-12 17:13:58 +0000 |
commit | 031b888e2c447048b5459e5e8f1a2afd34f695cf (patch) | |
tree | 565041aa774057a84f1b3a7af0742efe64499d96 /view/tpl | |
parent | 3f337dad2c783e62338a88887d1ef3d7754da410 (diff) | |
download | volse-hubzilla-031b888e2c447048b5459e5e8f1a2afd34f695cf.tar.gz volse-hubzilla-031b888e2c447048b5459e5e8f1a2afd34f695cf.tar.bz2 volse-hubzilla-031b888e2c447048b5459e5e8f1a2afd34f695cf.zip |
Stick help in a template
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/help.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl new file mode 100644 index 000000000..e01243077 --- /dev/null +++ b/view/tpl/help.tpl @@ -0,0 +1,3 @@ +<div id = "help-content" class="generic-content-wrapper"> +{{$content}} +</div> |