1<?php
2/***************************************************************************
3* copyright            : (C) 2001-2003 Advanced Internet Designs Inc.
4* email                : forum@prohost.org
5* $Id: show.inc.t 21069 2010-03-25 22:47:48Z Caeies $
6*
7* This program is free software; you can redistribute it and/or modify it
8* under the terms of the GNU General Public License as published by the
9* Free Software Foundation; either version 2 of the License, or
10* (at your option) any later version.
11***************************************************************************/
12
13if (!isset($th)) {
14	$th = '';
15}
16if (!isset($frm->id)) {
17	$frm->id = '';
18}
19
20$unread_posts = _uid ? '{TEMPLATE: unread_posts}' : '';
21$unanswered_posts = !$th ? '{TEMPLATE: unanswered_posts}' : '';
22?>