Browse Source

! this needs to be removed from the theme not sources

Signed-off-by: Spuds <[email protected]>
Spuds 11 years ago
parent
commit
67cdb9a1f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/Post.php

+ 1 - 0
Sources/Post.php

@@ -2022,6 +2022,7 @@ function Post2()
 		$context['linktree'][] = array(
 			'url' => $scripturl . '?topic=' . $topic . '.0',
 			'name' => $_POST['subject'],
+			'extra_before' => $settings['linktree_inline'] ? $txt['topic'] . ': ' : ''
 		);
 
 		if (isset($_REQUEST['msg']))