Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/addon_listitem.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/addon_listitem.thtml')
-rw-r--r--site/app/views/elements/addon_listitem.thtml7
1 files changed, 0 insertions, 7 deletions
diff --git a/site/app/views/elements/addon_listitem.thtml b/site/app/views/elements/addon_listitem.thtml
index ccbb11c..9bcfd94 100644
--- a/site/app/views/elements/addon_listitem.thtml
+++ b/site/app/views/elements/addon_listitem.thtml
@@ -59,7 +59,6 @@ if ($hasFiles) {
return;
}
-$addonCreated = $addon['Addon']['created'];
$addonCreators = $addon['User'];
$addonSummary = $addon['Translation']['summary']['string'];
@@ -90,12 +89,6 @@ if (isset($addonIconPath) && !empty($addonIconPath))
$icon = '<img src="'.$addonIconPath.'" class="icon" alt=""/>';
else
$icon = '';
-// prepare version string
-if ($hasVersion)
- $version = sprintf(_('addon_display_header_version'), $addonVersion)
- .' &mdash; '. strftime(_('date'), strtotime($addonCreated));
-else
- $version = '';
// prepare categories
if (!empty($addon['Tag'])) {