2008-03-18, 04:41 PM 
		
	
	
		استخدم التالى
	
	
	
	
	
كود :
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=20>
    <div align="center">
      <center>
      <table border="1" cellpadding="5" cellspacing="5" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%">
        <tr>
          <td width="4%" style="border-style: none; border-width: medium">    
<A href="http://www.dd4bb.com" target="_blank" rel="nofollow">
    <IMG onMouseOver="this.filters.alpha.opacity='100'"    style="FILTER: alpha(opacity=75); moz-opacity: 75%"
    onmouseout="this.filters.alpha.opacity='75'" height=60 alt=""
    src="http://www.maoso3a.com/images/dd4bb.gif" title="الدعم العربي" alt="الدعم العربي"       width=150 border=0 /></a></td>
                 </tr>
      </table>
      </center>
    </div></MARQUEE>
{$forums}
<table border="0" cellspacing="0" cellpadding="0" class="tborder">
<tr>
<td class="thead" align="right"><img align="right" src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></td>
<td class="thead"><strong> {$lang->boardstats}</strong></td></tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="95%">
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$user_legend}
{$online_today}
{$birthdays}
{$forumstats}
</tbody></table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
        <td class="trow1">
            <table width="100%">
                <tr>
                    <td>
                        <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
                        <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
                        <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
                    </td>
                    <td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span>
                        {$loginform}
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
{$footer}
</body>
</html>
