Zeile 27 | Zeile 27 |
---|
$thread = get_thread($tid);
// Get thread prefix
|
$thread = get_thread($tid);
// Get thread prefix
|
$query = $db->simple_select('threadprefixes', 'prefix, displaystyle', "pid='{$thread['prefix']}'"); $threadprefix = $db->fetch_array($query);
| $breadcrumbprefix = ''; if($thread['prefix']) { $threadprefix = build_prefixes($thread['prefix']); if(isset($threadprefix['displaystyle'])) { $breadcrumbprefix = $threadprefix['displaystyle'].' '; } }
|
$thread['subject'] = htmlspecialchars_uni($parser->parse_badwords($thread['subject']));
| $thread['subject'] = htmlspecialchars_uni($parser->parse_badwords($thread['subject']));
|
Zeile 48 | Zeile 55 |
---|
// Make navigation build_forum_breadcrumb($thread['fid']);
|
// Make navigation build_forum_breadcrumb($thread['fid']);
|
add_breadcrumb($threadprefix['displaystyle'].' '.$thread['subject'], get_thread_link($thread['tid']));
| add_breadcrumb($breadcrumbprefix.$thread['subject'], get_thread_link($thread['tid']));
|
add_breadcrumb($lang->nav_sendthread);
// Get forum info
| add_breadcrumb($lang->nav_sendthread);
// Get forum info
|