Görünüş :






üsteki resmi bayrak.gif olarak kullangısınız tema içindeki images klasorune atın

style.css acın :

Bul

/* The main body of the entire forum. */
body
{
	background-color:  #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
Değiştir

/* The main body of the entire forum. */
body
{
	background-color:  #E5E5E8;
	margin: 0px;
	padding: 0px 0px 0px 0px;
burdakı yaptıgımız işlem temayı tam sayfa yapmak.
sonra index.themplate.php acın :

Bul

echo '
	<div class="tborder" ',  $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6']  ? ' style="width: 100%;"' : '', '>
		<table  width="100%" cellpadding="0" cellspacing="0" border="0">
			<tr>
				<td  class="catbg" height="32">';

	if  (empty($settings['header_logo_url']))
		echo  '
					<span  style="font-family: Verdana, sans-serif; font-size: 140%; ">',  $context['forum_name'], '</span>';
	else
		echo  '
					<img  src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="',  $context['forum_name'], '" />';

	echo '
				</td>
				<td  align="right" class="catbg">
					<img  src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt=""  />
				</td>
			</tr>
		</table>';
Değiştir
echo '
<body id="page_bg" class="'.$widthstyle.'  '.$fontstyle.'">


	<div  id="header">
		<div  id="access">
			<div  id="selectors">

					<a  href="'.$scripturl.'" title=""><img src="', $settings['images_url'],  '/bayrak.gif" width="100" alt="" /></a>

			<td  align="right" >
					<a  href="'.$scripturl.'" title=""><img src="', $settings['images_url'],  '/logo.gif"  /></a>
				</td>
			</tr>
		</table>
			</div>
		</div>
		';
logo.gif i kendi logonuzunun ismine göre değiştirebilirsiniz.