mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/Listview
* refer to Listview template by default name if able
This commit is contained in:
@@ -55,7 +55,7 @@ class FactionsPage extends GenericPage
|
||||
if (!$factions->error)
|
||||
$data = array_values($factions->getListviewData());
|
||||
|
||||
$this->lvTabs[] = ['faction', ['data' => $data]];
|
||||
$this->lvTabs[] = [FactionList::$brickFile, ['data' => $data]];
|
||||
}
|
||||
|
||||
protected function generateTitle()
|
||||
|
||||
Reference in New Issue
Block a user