\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo ""; while ($data = dbarray($result)) { $thread_rowstart = ''; if (!empty($data['thread_postcount']) && !empty($inf_settings['posts_per_page'])) { if ($data['thread_postcount'] > $inf_settings['posts_per_page']) { $thread_rowstart = $inf_settings['posts_per_page'] * floor(($data['thread_postcount'] - 1) / $inf_settings['posts_per_page']); $thread_rowstart = "&rowstart=".$thread_rowstart; } } echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo ""; echo "
".$locale['global_044']."".$locale['global_050']."".$locale['global_047']."".$locale['global_046']."".$locale['global_057']."
".$data['thread_subject']."".profile_link($data['user_id1'], $data['user_name1'], $data['user_status1'])."".profile_link($data['user_id2'], $data['user_name2'], $data['user_status2'])."
".showdate("forumdate", $data['thread_lastpost'])."
".($data['thread_postcount'] - 1)."".$locale['global_058']."
\n"; echo "
".makePageNav($_GET['rowstart'], 10, $rows, 3, INFUSIONS."forum_threads_list_panel/my_tracked_threads.php?")."
\n"; } else { echo "
".$locale['global_059']."
\n"; } closetable(); require_once THEMES.'templates/footer.php';