Remove 'new articles' button from groups list until more testing is done.
This commit is contained in:
parent
0a71f71e89
commit
5bb446597b
|
@ -27,6 +27,7 @@ include "head.inc";
|
|||
echo '<h1 class="np_thread_headline">' . basename(getcwd()) . '</h1>';
|
||||
echo '<table cellpadding="0" cellspacing="0" class="np_buttonbar"><tr>';
|
||||
// If logged in: button for new only
|
||||
/*
|
||||
if (isset($_COOKIE['mail_name'])) {
|
||||
if ($userdata = get_user_mail_auth_data($_COOKIE['mail_name'])) {
|
||||
if (isset($overboard) && ($overboard == true)) {
|
||||
|
@ -39,6 +40,7 @@ if (isset($_COOKIE['mail_name'])) {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
// View Latest button
|
||||
if (isset($overboard) && ($overboard == true)) {
|
||||
echo '<td>';
|
||||
|
|
Loading…
Reference in New Issue