diff --git a/sections/reports/takereport.php b/sections/reports/takereport.php index 6a145b65..8fa5de13 100644 --- a/sections/reports/takereport.php +++ b/sections/reports/takereport.php @@ -87,13 +87,13 @@ } if(in_array($Short, array('collages_comment', 'post', 'requests_comment', 'thread', 'torrents_comment'))) { $Channels[] = "#forumreports"; + } foreach($Channels as $Channel) { send_irc("PRIVMSG ".$Channel." :".$ReportID." - ".$LoggedUser['Username']." just reported a ".$Short.": https://".SSL_SITE_URL."/".$Link." : ".strtr($Reason, "\n", " ")); } - $Cache->delete_value('num_other_reports'); header('Location: '.$Link); diff --git a/sections/torrents/browse2.php b/sections/torrents/browse2.php index 42190065..9146a65f 100644 --- a/sections/torrents/browse2.php +++ b/sections/torrents/browse2.php @@ -540,6 +540,7 @@ function header_link($SortKey,$DefaultWay="desc") { ?> +<div class="thin"> <form class="search_form" name="torrents" method="get" action=""> <div class="filter_torrents <?=$AdvancedSearch ? 'ft_advanced' : 'ft_basic'?>"> <h3> @@ -1103,4 +1104,5 @@ function header_link($SortKey,$DefaultWay="desc") { ?> </table> <div class="linkbox"><?=$Pages?></div> +</div> <? View::show_footer(); ?> diff --git a/sections/torrents/notify.php b/sections/torrents/notify.php index 29369330..cd3f62a9 100644 --- a/sections/torrents/notify.php +++ b/sections/torrents/notify.php @@ -134,6 +134,7 @@ function header_link($SortKey, $DefaultWay = "desc") { View::show_header('My notifications', 'notifications'); ?> +<div class="thin"> <div class="header"> <h2>Latest notifications</h2> </div> @@ -298,4 +299,5 @@ function header_link($SortKey, $DefaultWay = "desc") { <div class="linkbox"> <?=$Pages?> </div> +</div> <? View::show_footer(); ?>