xorex
Customer
		Hi . thanks for hack update, i have one issue after update. Image for threadbit now have conflict with another hack which used $thread[threadtitle] for replace. I tried replace in file /dbtech/ajaxthreads/hooks/threadbit_display.php
	
	
	
		
to
	
	
	
		
but after i have white screen because i think it wrong syntax
	
		
how right replace for this
thanks !
				
			
		HTML:
	
		// Append the image
	$thread['threadtitle'] = '<img src="' . $vbulletin->options['bburl'] . '/dbtech/ajaxthreads/images/ajaxenabled.png" alt="' . $vbphrase['dbtech_ajaxthreads_ajax_update_enabled'] . '" title="' . $vbphrase['dbtech_ajaxthreads_ajax_update_enabled'] . '" border="0" /> ' . $thread['threadtitle'];
	to
		HTML:
	
		// Append the image
	$thread['threadtitle']</a> = '<img src="' . $vbulletin->options['bburl'] . '/dbtech/ajaxthreads/images/ajaxenabled.png" alt="' . $vbphrase['dbtech_ajaxthreads_ajax_update_enabled'] . '" title="' . $vbphrase['dbtech_ajaxthreads_ajax_update_enabled'] . '" border="0" /> ' . $thread['threadtitle']</a>;
	but after i have white screen because i think it wrong syntax
		HTML:
	
	$thread['threadtitle']</a>
	how right replace for this
thanks !