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 @@
' . $this->translate("author") . ': ' . $params['author'] . '
' : '' ?> ' . $this->translate("moduledate") . ': ' . $params['moduledate'] . '' : '' ?> - ' . $this->translate("version") . ': ' . $params['moduleversion'] . '' : '' ?> "; echo ""; + } else { + echo ($params['moduleversion'])? '
' . $this->translate("version") . ': ' . $params['moduleversion'] . '
' : ''; } ?> @@ -93,13 +94,22 @@
- -