add edit history menu item #15

This commit is contained in:
ghost 2023-09-23 20:06:59 +03:00
parent 41a557cbb6
commit cbf0902677
2 changed files with 26 additions and 0 deletions

View file

@ -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';
}