Skip to content

Instantly share code, notes, and snippets.

View Derky's full-sized avatar

Derk Derky

View GitHub Profile
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php
--- a/phpBB/language/en/viewforum.php
+++ b/phpBB/language/en/viewforum.php
@@ -54,6 +54,7 @@
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', // Not used anymore
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', // Not used anymore
'NO_READ_ACCESS' => 'You do not have the required permissions to view or read topics within this forum.',
+ 'NO_FORUMS_IN_CATEGORY' => 'This category has no forums.',
'NO_UNREAD_POSTS_HOT' => 'No unread posts [ Popular ]',
'NO_UNREAD_POSTS_LOCKED' => 'No unread posts [ Locked ]',
<?php
/**
* Show and remove non-default ACP, MCP and UCP modules based on the default set of modules from phpBB 3.1.10
* by Derky http://www.derky.nl
**/
/**
* @ignore
**/