Page/Listview

* refer to Listview template by default name if able
This commit is contained in:
Sarjuuk
2024-02-05 22:36:16 +01:00
parent 6b0f617d1b
commit dd9eaf49ff
53 changed files with 240 additions and 239 deletions

View File

@@ -87,7 +87,7 @@ class EnchantmentsPage extends GenericPage
if ($this->filterObj->error)
$tabData['_errors'] = '$1';
$this->lvTabs[] = ['enchantment', $tabData, 'enchantment'];
$this->lvTabs[] = [EnchantmentList::$brickFile, $tabData, 'enchantment'];
}
protected function generateTitle()