implemented subpage: latest-screenshots
This commit is contained in:
Sarjuuk
2015-07-04 16:40:48 +02:00
parent 2619c88db4
commit af39933cc8
2 changed files with 11 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class UtilityPage extends GenericPage
case 'latest-screenshots':
$this->lvTabs[] = array(
'file' => 'screenshot',
'data' => [],
'data' => CommunityContent::getScreenshots(),
'params' => []
);
break;