diff --git a/themes/d3/templates/home.php b/themes/d3/templates/home.php
index 59caac0..200a095 100644
--- a/themes/d3/templates/home.php
+++ b/themes/d3/templates/home.php
@@ -20,7 +20,6 @@
= ($params['author'])? '
' . $this->translate("author") . ': ' . $params['author'] . '
' : '' ?>
= ($params['moduledate'])? '
' . $this->translate("moduledate") . ': ' . $params['moduledate'] . '
' : '' ?>
- = ($params['moduleversion'])? '
' . $this->translate("version") . ': ' . $params['moduleversion'] . '
' : '' ?>
";
echo "
";
+ } else {
+ echo ($params['moduleversion'])? '' . $this->translate("version") . ': ' . $params['moduleversion'] . '
' : '';
}
?>
@@ -93,13 +94,22 @@