<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
	{$header}
	<div class="float_right">
		{$newreply}
	</div>
	{$ratethread}
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" >
		<tr>
			<td class="thead" colspan="4">
				<div style="float: right;">
					<span class="smalltext"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
				</div>
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		{$pollbox}
	</table>
	<div id="posts">
		{$posts}
	</div><br />
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
		<tr>
			<td colspan="2" class="trow2">
				<div class="float_left">
					{$multipage}
				</div>
				<div class="float_right" style="text-align: right;">
					{$forumjump}
				</div>
			</td>
		</tr>
	</table>
	<div class="float_right" style="margin-top: 7px;">
		<span class="prev"><a href="{$next_oldest_link}" title="{$lang->next_oldest}">« {$lang->next_oldest}</a></span>
		<span class="prev"><a href="{$next_newest_link}" title="{$lang->next_newest}">{$lang->next_newest} »</a></span>
	</div>
	<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&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
	</ul>
	<br class="clear">
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
	</div>
	<br style="clear: both;" />
	{$usersbrowsing}
	{$footer}
</body>
</html>
	
(18 Aug, 2012, 11:00 pm)progold escribió: no logro poder colocar les dejo mi codigo sin agregar eso espero me ayuden
<html> <head> <title>{$thread['subject']}</title> {$headerinclude} <script type="text/javascript"> <!-- var quickdelete_confirm = "{$lang->quickdelete_confirm}"; // --> </script> <script type="text/javascript" src="jscripts/thread.js?ver=1603"></script> </head> <body> {$header} <div class="float_right"> {$newreply} </div> {$ratethread} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" > <tr> <td class="thead" colspan="4"> <div style="float: right;"> <span class="smalltext"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span> </div> <div> <strong>{$thread['threadprefix']}{$thread['subject']}</strong> </div> </td> </tr> {$pollbox} </table> <div id="posts"> {$posts} </div><br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="trow2"> <div class="float_left"> {$multipage} </div> <div class="float_right" style="text-align: right;"> {$forumjump} </div> </td> </tr> </table> <div class="float_right" style="margin-top: 7px;"> <span class="prev"><a href="{$next_oldest_link}" title="{$lang->next_oldest}">« {$lang->next_oldest}</a></span> <span class="prev"><a href="{$next_newest_link}" title="{$lang->next_newest}">{$lang->next_newest} »</a></span> </div> <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&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li> </ul> <br class="clear"> {$quickreply} {$threadexbox} {$similarthreads} <br /> <div class="float_right" style="text-align: right;"> {$moderationoptions} </div> <br style="clear: both;" /> {$usersbrowsing} {$footer} </body> </html>