summaryrefslogtreecommitdiff
path: root/plugins/help/skins
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-21 09:40:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-21 09:40:42 +0000
commit0790dd908dbea273c3785a7f36db30d0fdf347e3 (patch)
tree5ee2776dbea56afac76f1049f23d86589f3f2c34 /plugins/help/skins
parent7e92faa30177dd34b62e039d58bcd85e023f63d8 (diff)
- Added version number in Help (#1486290)
git-svn-id: https://svn.roundcube.net/trunk@3517 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help/skins')
-rw-r--r--plugins/help/skins/default/templates/help.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/help/skins/default/templates/help.html b/plugins/help/skins/default/templates/help.html
index 14b8fca52..a44a70168 100644
--- a/plugins/help/skins/default/templates/help.html
+++ b/plugins/help/skins/default/templates/help.html
@@ -34,5 +34,7 @@ function help_init_settings_tabs()
<roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
</div>
+<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
+
</body>
</html>