diff --git a/themes/d3/templates/home.php b/themes/d3/templates/home.php
index f452e3a..cebd3b6 100644
--- a/themes/d3/templates/home.php
+++ b/themes/d3/templates/home.php
@@ -21,6 +21,40 @@
= ($params['author'])? '
' . $this->translate("author") . ': ' . $params['author'] . '
' : '' ?>
= ($params['moduledate'])? '' . $this->translate("moduledate") . ': ' . $params['moduledate'] . '
' : '' ?>
= ($params['moduleversion'])? '' . $this->translate("version") . ': ' . $params['moduleversion'] . '
' : '' ?>
+
+ ";
+ echo $this->translate("selectversion").': ';
+
+ $code = '
+";
+ echo "";
+ }
+ ?>
+
= ($params['editors'])? '' . $this->translate("editors") . ': ' . $params['editors'] . '
' : '' ?>
diff --git a/themes/d3/templates/layout/05_page.php b/themes/d3/templates/layout/05_page.php
index 65bc8a3..6ec0c36 100755
--- a/themes/d3/templates/layout/05_page.php
+++ b/themes/d3/templates/layout/05_page.php
@@ -33,18 +33,19 @@