--- index.php 2000/12/08 08:27:32 1.2 +++ index.php 2000/12/08 08:38:09 1.3 @@ -37,6 +37,7 @@ if ($row[solution] == "t") { $solution_room=1; $sql_poruke_where.="and poruke.solution is true"; + $tpl->assign(array( ROOM => "You are in solution room" )); } $tpl->assign(array( FULL_NAME => $row[full_name],