Установка:
1. Перед </head> ставим:
Code
<link type="text/css" rel="StyleSheet" href="http://forever-web.ru/fm.css">
<script type=text/javascript src=http://forever-web.ru/openLayerA.js></script>
2. Далее в нужное Вам место ставим код:
Code
<table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td style="background:url('http://forever-web.ru/templates/m.png');" align="center">
<center><input type="button" title="Перейти на главную страницу" onclick="window.location.href='$HOME_PAGE_LINK$';" value="На главную" class="меню"><input type="button" title="Перейти на главную страницу форума" onclick="window.location.href='/forum';" value="На главную форума" class="меню"><input type="button" title="Показать мой профиль" onclick="window.location.href='$HOME_PAGE_LINK$/index/8'; " value="Ваш профиль" class="меню"><input type="button" title="Ваши награды" onclick="openLayerB('AwL',0,'$HOME_PAGE_LINK$index/54-$USER_ID$','Список наград',380,200,1);return false;" value="Ваши заработанные награды" class="меню"><input type="button" title="Список пользователей сайта" onclick="window.location.href='$HOME_PAGE_LINK$index/15-1';" value="Список пользователей сайта" class="меню"><input type="button" title="Показать новые сообщения" onclick="window.location.href='$HOME_PAGE_LINK$forum/0-0-1-34';" value="Новое на форуме" class="меню"><input type="button" title="RSS" onclick="window.location.href='$HOME_PAGE_LINK$forum/0-0-0-37';" value="RSS" class="меню"></center></td>
</tr>
</table>
Всё!