1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Added a view posts in previoux x day capability to viewforum

git-svn-id: file:///svn/phpbb/trunk@305 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-16 20:07:23 +00:00
parent cca94aa778
commit 36cb30de90
3 changed files with 79 additions and 19 deletions

View File

@@ -159,6 +159,9 @@ $l_hotthres = "More then $hot_threshold $l_posts";
$l_islocked = "$l_topic is Locked (No new $l_posts may be made in it)";
$l_moderatedby = "Moderated by";
$l_Days = "Day/s";
$l_All_posts = "All posts";
// Private forums
$l_privateforum = "This is a <b>Private Forum</b>.";
$l_private = "$l_privateforum<br>Note: you must have cookies enabled in order to use private forums.";