Separate the Special:Preferences title and the link to the preferences from the perso...
[lhc/web/wiklou.git] / includes / SpecialImagelist.php
index eff5a1c..54ee83e 100644 (file)
@@ -153,6 +153,17 @@ class ImageListPager extends TablePager {
                return $s;
        }
 
+       function getTableClass() {
+               return 'imagelist ' . parent::getTableClass();
+       }
+
+       function getNavClass() {
+               return 'imagelist_nav ' . parent::getNavClass();
+       }
+
+       function getSortHeaderClass() {
+               return 'imagelist_sort ' . parent::getSortHeaderClass();
+       }
 }
 
 ?>