// Build Page Title $pagetitle = $archive_options['title']; if ($threadinfo['title'] != '') { $pagetitle .= ' - ' . $threadinfo['title']; } else if ($foruminfo['title'] != '') { $pagetitle .= ' - ' . $foruminfo['title']; }