mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Utility
implemented subpage: latest-screenshots
This commit is contained in:
@@ -76,7 +76,7 @@ class UtilityPage extends GenericPage
|
||||
case 'latest-screenshots':
|
||||
$this->lvTabs[] = array(
|
||||
'file' => 'screenshot',
|
||||
'data' => [],
|
||||
'data' => CommunityContent::getScreenshots(),
|
||||
'params' => []
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user