From My 1.1.5:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
From SMF 1.1 SVN:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
Your Mod File:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
From My 1.1.5:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
From SMF 1.1 SVN:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
Your Mod File:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
Try Two:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';
Try three:
echo '
', $topic['is_sticky'] ? '' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '' : '';