Sorry I forgot to commit the fix...
[lhc/web/wiklou.git] / includes / SpecialCategories.php
index 248ea64..9be3d1c 100644 (file)
@@ -25,6 +25,9 @@ class CategoriesPage extends QueryPage {
                return false;
        }
 
+       function getPageHeader() {
+               return '<p>'.wfMsg('categoriespagetext')."</p><br>\n";
+       }
        function getSQL() {
                $NScat = NS_CATEGORY;
                $dbr =& wfGetDB( DB_SLAVE );