Установка:
1. Идем в ПУ--Дизайн--Управление дизайном (шаблоны)--Нижняя часть сайта и в самый низ вставляем это:
Код
<?if($LOGIN_LINK$)?><div class='win'><strong>Добро Пожаловать!</strong><br>
Здравствуйте,вы не зарегестрированы или не авторизованы!
Чтобы избежать этой фигни <a href="/index/3"><b>зарегистрируйтесь</b></a> или войдите под своим логином!
<B> <i><a href="By uScript">By uScript</b>!</i></a></div><?endif?>
<style>
.Win { text-align: left;
right: 10px;
z-index: 30000;
opacity: 0.8;
width: 325px;
height: 55px;
padding: 5px;
background: #fff;
color: #6295b8;
text-decoration: none;
font-size: 11px;
border: 1px solid #4d81a6;
border-radius: 1px;
bottom: 7px;
text-decoration: none;
position: fixed; }
.Win a {color:#6993ae;text-decoration: none;}
.Win a:hover {color:#4e758e;text-decoration: none;}
</style>