mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 17:45:31 +00:00
add edit history menu item #15
This commit is contained in:
parent
41a557cbb6
commit
cbf0902677
2 changed files with 26 additions and 0 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue