diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/help.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/help.tpl b/admin/themes/default/template/help.tpl new file mode 100644 index 000000000..399c7466f --- /dev/null +++ b/admin/themes/default/template/help.tpl @@ -0,0 +1,7 @@ +<h2>{'Help'|@translate} » {$HELP_SECTION_TITLE}</h2> + +<div id="helpContent"> + +{$HELP_CONTENT} + +</div>
\ No newline at end of file |