.Bir üyenin isteði üzerine manurum tarafýndan yapýlan menüyü sizlerde kendi sitenizde yapabilesiniz diye paylaþmak istedim :
çok kýsa vakitte menü yapýn :
1:includes/page_header.php yi acip ?> den hemen öncesine :
//---------------------------------------------------------------------------------------------
//---- Template my_menu.html ------------------------------------------------------------------
//---------------------------------------------------------------------------------------------
$my_menu = $site_template->parse_template("my_menu");
$site_template->register_vars(array(
"my_menu" => $my_menu
));
unset($my_menu);
//---------------------------------------------------------------------------------------------
//---- Template my_footer.html ----------------------------------------------------------------
//---------------------------------------------------------------------------------------------
$my_footer = $site_template->parse_template("my_footer");
$site_template->register_vars(array(
"my_footer" => $my_footer
));
unset($my_footer);
2:
Yeni bir my_menu.html oluþturun : isterseniz eklentiden indirip sonra sitenizde editleyin
Dilerseniz bu kodlarý kendinize göre editleyip my_menu.html diye bir dosya yapýp templates/senin teman/ içine atýn
<div align="center">
<table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="index.php" style="text-decoration: none"><strong>First link</strong></a></td>
</tr>
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="index.php" style="text-decoration: none"><strong>Second link</strong></a></td>
</tr>
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="http://www.mysite.com/" style="text-decoration: none"><strong>Partner</strong></a></td>
</tr>
</table>
</div>
<br>
3: Dilerseniz bu kodlarý kendinize göre editleyip my_footer.html diye bir dosya yapýp templates/senin teman/ içine atýn
<br /><div align="center">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr class="head1">
<td width="25%" align="center" class="row1"><a href="contact.php">Contact us</a> </td>
<td width="25%" align="center" class="row2"><a href="cookies.php">Cookies</a></td>
<td width="25%" align="center" class="row1"><a href="terms.php">Terms</a></td>
<td width="25%" align="center" class="row2"><a href="wazza.php">Etc...</a></td>
</tr>
</table>
</div>
isterseniz eklentiden indirip temanýza attýkdan sonra sitenizde editleyin
4:Þimdi sýra menüyü gostecek sayfaya geldi Örneðin anasayfada :
your_template/home.html yi açýn
Bul:
{endif random_image}
Hemen altýna
{my_menu}
Bu kodu bulun
{footer}
Öncesine bunu ekleyin:
{my_footer}
5: Son olarak ekletideki button.gif i temanýz/images kýsmýna atýn Yazýlarýn rengi temanýzla uyumlu olucaktýr


Örnek :
www.nuvanda.netHem footer hem menu ýcýn :
www.dilnuvaz.net/4imagesKendim sadece menuyü tercih ettim.Footera bir þey eklemek istemedim. Eðer siz de dilerseniz sadece my_menuyu yapabilir footer la ýlgýlý kýsýmlarý yapmayabilirsiniz...
Orginal post:
http://www.4homepages.de/forum/index.php?topic=21446.0Thank manurom.You are very polite and a learned for 4images or another...best regardsKolay gelsin