diff --git a/src/app/controller/module/profile.php b/src/app/controller/module/profile.php
index 60226c0..7858fcd 100644
--- a/src/app/controller/module/profile.php
+++ b/src/app/controller/module/profile.php
@@ -17,6 +17,7 @@ class AppControllerModuleProfile
$views = $this->_user->getUserPageViewsTotal();
$downloads = $this->_user->getUserPageDownloadsTotal();
$comments = $this->_user->getUserPageCommentsTotal();
+ $editions = $this->_user->getUserPageEditionsTotal();
include __DIR__ . '../../../view/theme/default/module/profile.phtml';
}
diff --git a/src/app/view/theme/default/module/profile.phtml b/src/app/view/theme/default/module/profile.phtml
index 7dfcfc5..b102482 100644
--- a/src/app/view/theme/default/module/profile.phtml
+++ b/src/app/view/theme/default/module/profile.phtml
@@ -137,4 +137,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file