diff --git a/Rocksolid_Light/rocksolid/article.php b/Rocksolid_Light/rocksolid/article.php index 22a4b69..b0e77d0 100644 --- a/Rocksolid_Light/rocksolid/article.php +++ b/Rocksolid_Light/rocksolid/article.php @@ -56,38 +56,37 @@ if(isset($frames_on) && $frames_on === true) { die("access denied"); } - -?> - - - -

- - -'.$text_thread["button_grouplist"].''; - } - echo ''; - if ((!$CONFIG['readonly']) && ($message) && - (!function_exists("npreg_group_has_write_access") || - npreg_group_has_write_access($group))) - echo ''; - - if(function_exists(npreg_user_is_moderator) && npreg_user_is_moderator($group)) { - echo ''; + echo '

'; + echo ''.basename(getcwd()).' / '; + echo ''.htmlspecialchars(group_display_name($group)).' / '.$subject.'

'; + echo '
'.$text_article["back_to_group"].' '.$text_article["button_answer"]. - ''.$text_article["button_cancel"].'
'; +// Article List button + echo ''; +// Pages + echo '
'; + echo '
'; + echo ''; + echo ''; + echo '
'; + echo '
'; + echo articleflat_pageselect($group,$id,count($subthread),$first); + echo '
'; + foreach($pageids as $subid) { + flush(); + $message=message_read($subid,0,$group); + echo ' '; + message_show($group,$subid,0,$message,$articleflat_chars_per_articles); + if ((!$CONFIG['readonly']) && ($message)) { + echo '
'. + ''. + ''. + ''. + ''. + '
'; } + } -?> -  - -header->id,$group,$thread); - } include "tail.inc"; ?>