MyBB Community Forums

Full Version: template location?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://gyazo.com/29a61c0417d7281b83955f4883077c61

I can't find the template location for those? It's not in the postbit_classic. Do anybody know how I can fix this? I'm trying to add a background to it.
It is in showthread template:

<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>
Thank you so much!