Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body class="bodyimg">
{$header}
{$cawm}
<div class="sidebar">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-microphone"></i> Announcements</center></a></div>
</td>
</tr>
<tbody>
<td class="trow1">
<div class="tgnewsticker">
<ul>
<li>Welcome to {$mybb->settings['bbname']}.</li>
<li> Please Join/Register to access our complete website.</li>
<li>Your purchase or use of our products implies that you have read and accepted these Terms and Conditions.</li>
</ul>
</div>
</td>
</tbody>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-newspaper-o"></i> Side Bar Ads</center></a></div>
</td>
</tr>
<tbody>
<td class="trow1">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- forum3 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-0490231194065211"
data-ad-slot="3013211851"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</td>
</tbody>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-link"></i> Sidebar Links</center></a></div>
</td>
</tr>
<tbody>
<td class="trows">
<div class="sidebarlinks">
<ul>
<li><a href="https://jollytamilchat.com"><i class="fa fa-link"></i> Jolly Tamil Chat</a></li>
<li><a href="http://chat.kuttysoft.com"><i class="fa fa-link"></i> KuttySoft Chat</a></li>
<li><a href="https://pic.kuttysoft.com"><i class="fa fa-link"></i> Picture Soft</a></li>
<li><a href="https://kuttysoft.cloud"><i class="fa fa-link"></i> KuttySoft Cloud</a></li>
</ul>
</div>
</td>
</tbody>
</table>
<br />
</div>
<div class="forums">
<div style="width: 75%; float: left;">{$forums}</div>{$dailygoal}
</div>
{$boardstats}
{$footer}
</body>
</html>
Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body class="bodyimg">
{$header}
{$cawm}
<div class="sidebar">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-microphone"></i> Announcements</center></a></div>
</td>
</tr>
<tbody>
<td class="trow1">
<div class="tgnewsticker">
<ul>
<li>Welcome to {$mybb->settings['bbname']}.</li>
<li> Please Join/Register to access our complete website.</li>
<li>Your purchase or use of our products implies that you have read and accepted these Terms and Conditions.</li>
</ul>
</div>
</td>
</tbody>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-newspaper-o"></i> Side Bar Ads</center></a></div>
</td>
</tr>
<tbody>
<td class="trow1">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- forum3 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-0490231194065211"
data-ad-slot="3013211851"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</td>
</tbody>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat2" style="text-align:center;">
<div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-link"></i> Sidebar Links</center></a></div>
</td>
</tr>
<tbody>
<td class="trows">
<div class="sidebarlinks">
<ul>
<li><a href="https://jollytamilchat.com"><i class="fa fa-link"></i> Jolly Tamil Chat</a></li>
<li><a href="http://chat.kuttysoft.com"><i class="fa fa-link"></i> KuttySoft Chat</a></li>
<li><a href="https://pic.kuttysoft.com"><i class="fa fa-link"></i> Picture Soft</a></li>
<li><a href="https://kuttysoft.cloud"><i class="fa fa-link"></i> KuttySoft Cloud</a></li>
</ul>
</div>
</td>
</tbody>
</table>
<br />
{$dailygoal}
</div>
<div class="forums">
{$forums}
</div>
{$boardstats}
{$footer}
</body>
</html>