header->subject); header("Last-Modified: ".date("r", $message->header->date)); $title.= ' - '.$group.' - '.$subject; } include "head.inc"; // has the user read-rights on this article? if((function_exists("npreg_group_has_read_access") && !npreg_group_has_read_access($group)) || (function_exists("npreg_group_is_visible") && !npreg_group_is_visible($group))) { die("access denied"); } ?>
'.$text_article["back_to_group"].' | '; if ((!$CONFIG['readonly']) && ($message) && (!function_exists("npreg_group_has_write_access") || npreg_group_has_write_access($group))) echo ''.$text_article["button_answer"]. ' | '; if(function_exists(npreg_user_is_moderator) && npreg_user_is_moderator($group)) { echo ''.$text_article["button_cancel"].' | '; } ?>