diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-02 17:02:58 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-02 17:02:58 +0000 |
commit | 99fba4932d774e9891d29f18f2d8417a323bce1d (patch) | |
tree | d748eaab1fc8899071d78c71261321a863a7804f /lib/popularnoticesection.php | |
parent | 5f004c0158f228531230bb6f2f668e368b69a9f3 (diff) |
Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
Diffstat (limited to 'lib/popularnoticesection.php')
-rw-r--r-- | lib/popularnoticesection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 89daaa563..5734d8001 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -31,7 +31,7 @@ if (!defined('LACONICA')) { exit(1); } -define('NOTICES_PER_SECTION', 6); +define('NOTICES_PER_SECTION', 5); /** * Base class for sections showing lists of notices |