MyBB Community Forums

Full Version: Where Is $prefix?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Under the forum display templates is a variable called $prefix for such things as "Poll: ", etc. I want to change this variable to output an image instead. I imagine this is somewhere in the PHP Code, and I am comfortable with PHP, so can someone tell me where I can find $prefix? Thanks!
Open forumdisplay.php

Find
		if($thread['poll'])
		{
			$prefix = $lang->poll_prefix;
		}