megaxdxd
Дата: Четверг, 16.09.2010, 23:28 | Сообщение # 1
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Проверенные
Сообщений: 253
Прблема в том что изначально на сайте после установки шабл остуствует блок верхняя часть и допустим заохжу в страницу материала и комментариев к нему шапку тоесть верхний части нету !Вот код стр матер и ком к нему
Code
<html> <head> <title>$TITLE_BAR$ - $SITE_NAME$</title> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> </head> <head><style type="text/css" media="all"> @import url(highslide/highslide.css); </style> <script type="text/javascript" src="/highslide/highslide.js"></script> <script type="text/javascript"> hs.graphicsDir = '/highslide/graphics/'; </script></head> <body style="background:url('http://sinners.pp.ua/img/1.1.gif') #000000; margin:0px; padding:0px;"> <table cellpadding="0" cellspacing="0" border="0" width="101%"> <tr><td align="right" width="2%" style="background:url('http://s8.ucoz.net/t/984/2.gif') right repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> <td width="95%" valign="top" style="border-bottom:1px solid #000000;"> <style> /* hint menu */ .hint { background:url('http://sinners.pp.ua/img/1.1.gif'); line-height:10px; color:#1E90FF; А font-family:verdana,arial,helvetica; font-size:8pt; width:auto; border-top:1px solid #1E90FF; border-right:1px solid #1E90FF; border-bottom:1px solid #1E90FF; border-left:1px solid #1E90FF; margin:1px; padding:8px; position:absolute; visibility:hidden; А } /* ---------------- */ </style> <script> // Автор Скрипта: Danil Aka Fenik$ //Hint Start // CLASS : MW_System_Load // Init function MW_System_Load(){ this.wib = screen.width; this.heb = screen.height; this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; this.types = 'load'; } MW_System_Load.prototype.addsevent = function(func){ if(this.objects.addEventListener){ this.objects.addEventListener(this.types,func,false); return true; } else if (this.objects.attachEvent){ this.objects.attachEvent("on" + this.types,func); } else { return false; } } MW_System_Load.prototype.browser = function(){ this.ver = navigator.appVersion; this.agent = navigator.userAgent.toLowerCase(); this.dom = document.getElementById ? 1:0; this.all = document.all ? 1:0; this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; this.ie4 = (document.all && !this.dom) ? 1:0; this.ie = this.ie4 || this.ie5 || this.ie6; this.opera = this.agent.indexOf("opera")>-1; this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; this.bw = (this.ie || this.opera || this.gecko); return this; } MW_System_Load.prototype.findobj = function(obj){ this.parent = window.document; if(this.parent[obj]){ return this.parent[obj]; } if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } return null; } var MW = new MW_System_Load(); function MW_System_Hint(){} MW_System_Hint.prototype.show = function(obj,str){ var hint = MW.findobj('hint'); if(!obj){ return; } if(!MW.documes){ return; } if(!hint){ return; } hint.className = 'hint'; hint.style.left = 15; hint.style.top = 50; obj.onmouseout = function(advance){ hint.style.width = ''; hint.style.visibility = 'hidden'; if(hint.firstChild) hint.removeChild(hint.firstChild); hint.appendChild(document.createTextNode(str)); }; obj.onmousemove = function(advance){ //str = str.replace(/</g,"<"); //str = str.replace(/>/g,">"); hint.style.width = ''; hint.innerHTML = str; vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; y = window.event ? event.clientY + vc.scrollTop : advance.pageY; vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; if(hint.offsetWidth>500){ hint.style.width = '200'; } if((x + hint.offsetWidth + 15) > vcwidth){ hint.style.left = x - hint.offsetWidth - 4; } else { hint.style.left = x + 15; } if((y + hint.offsetHeight + 19) > vcheight){ hint.style.top = y - hint.offsetHeight; } else { hint.style.top = y + 25; } //if(typeof(hint.style.MozOpacity)!="undefined"){ hint.style.opacity = '.91'; hint.style.filter = "alpha(opacity:91)"; //} hint.style.visibility = 'visible'; }; } MW_System_Hint.prototype.initialize = function(){ var hint = document.createElement("DIV"); hint.setAttribute('id','hint'); document.getElementsByTagName('body')[0].appendChild(hint); hint.style.visibility = 'hidden'; var hintmarker = ['a','img','img','input','span','div','textarea']; var textmarker = ['title','alt','title','title','title','title','title']; var lenmarker = hintmarker.length; for(var i=0; i<lenmarker; i++) { atr = document.getElementsByTagName(hintmarker[i]); for(var j=0; j<atr.length; j++) if(viewhint=atr[j].getAttribute(textmarker[i])){ atr[j].removeAttribute(textmarker[i]); HINT.show(atr[j],viewhint); } } } var HINT = new MW_System_Hint(); if(MW.objects){ MW.addsevent(HINT.initialize); } //Hint End </script> $GLOBAL_AHEADER$ <table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td valign="top" align="center"> <!-- <middle> --> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="width:203px;"> $GLOBAL_CLEFTER$ <td valign="top" width="80%" style="padding:0 5px;"> <div style="background:#000000;border:1px solid #363636;padding:5px"> <!-- <body> --><table border="0" cellpadding="5" cellspacing="0" width="100%" style="border:1px solid #252525;"><tr><td style="background:#000000;"> <a href="/"><!--<s5176>-->Главная<!--</s>--></a> » <a href="/news/"><!--<s5208>-->Архив материалов<!--</s>--></a> » $TITLE_BAR$ <td align="right" style="white-space: nowrap;"><a href="/news/0-0-0-0-1"><!--<s5186>-->Добавить новость<!--</s>--></a></td> </table><br> <table border="0" width="100%" cellspacing="1" cellpadding="2" class="eBlock"> <tr><td width="90%"><div class="eTitle"><div style="float:right;font-size:9px;">$ADD_TIME$ $MODER_PANEL$</div>$ENTRY_NAME$</div></td></tr> <tr><td class="eMessage"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="float:right;background:url('http://sinners.pp.ua/img/1.gif') #000000;border-left:0px solid #252525;border-right:0px solid #252525;border-bottom:0px solid #252525;"><tr><td align="center" style="padding:0px;"> <?if($MESSAGE$)?><div class="eMessage" style="text-align:left;clear:both;padding-top:0px;padding-bottom:0px;"> <?if($OTHER1$)?><a href="$OTHER1$" class="highslide" onclick="return hs.expand(this, {captionId: 'caption1'})"><IMG src="$OTHER1$" align="left"height="140" width="180" border="0" style="border:none;"></a><?else?><a href="http://sinners.pp.ua/Marlboro/poster.png" class="highslide" onclick="return hs.expand(this, {captionId: 'caption1'})"><img IMG src="http://sinners.pp.ua/Marlboro/poster.png" align="left"height="150" width="190" border="0" style="border:none;"></a><?endif?> $MESSAGE$ </div><?endif?> </td></tr></table> <?if($ATTACHMENTS$)?><div style="text-align:left;" class="eAttach"><!--<s3172>-->Прикрепления<!--</s>-->: $ATTACHMENTS$</div><?endif?></td></tr> <tr><td colspan="2" class="eDetails"> <?if($RATING$)?><div style="float:right"><?$RSTARS$('12','/.s/img/stars/3/12.png','1','float')?></div> <?endif?><?if($CAT_NAME$)?><!--<s3179>-->Категория<!--</s>-->: <a href="$CAT_URL$">$CAT_NAME$</a> |<?endif?> <!--<s3177>-->Просмотров<!--</s>-->: $READS$ | <!--<s3178>-->Добавил<!--</s>-->: <a href="$PROFILE_URL$">$USER$</a> <?if($RATING$)?>| <!--<s3119>-->Рейтинг<!--</s>-->: <span id="entRating$ID$">$RATING$</span>/<span id="entRated$ID$">$RATED$</span><?endif?> | $RATE_FORM$</td></tr> </table><br> <table border="0" width="100%" cellspacing="0" cellpadding="2" class="eBlock"> <tr> <td align="left"> <font color="#FFFFFF"><font color="#1E90FF"><b>Теги: </b></font><noindex><b>$TAGS$</td> <td align="right"> <script type="text/javascript"> function repchange(val,id){ repval=val; ajaxtime=setInterval('checkajax'+id+'()',500);} </script> <script type="text/javascript"> function checkajax1114(){ forms=document.getElementsByTagName('form'); for(f=0;f<forms.length;f++){ if(forms[f].id=='frm981'){ if(repval=='plus'){document.getElementById('a2').checked='true'; forms[f].reason.value='Благодарю за новость: $ENTRY_NAME$' document.getElementById('submfrm981').click(); document.getElementById('sbt981').onclick=null; clearInterval(ajaxtime);}}}} </script> <a title="Репутация $USER$'а автоматически повысится." href="javascript://" onClick="openLayerB('Rd',0,'/index/23-$UID$','Изменение репутации',380,200,1); return false;"><img src="http://sinners.pp.ua/img/new_plus.png" border="0" align="absmiddle" onClick="repchange('plus','1114');" /></a> </td> </tr> </table> <?if($COM_IS_ACTIVE$)?> <?if($COM_CAN_READ$)?> <br><table border="0" width="100%" cellspacing="1" cellpadding="2" class="eBlock"> <tr> <td align="center" class="eBlock" width="100%">HTML</td> <td align="center"> <script type="text/javascript"> document.write('<input onclick="select(this)" class="querySkl" type="text" value="<a href='+window.location+'</a>" size="80%">') </script> </td> </tr> <tr> <td align="center" class="eBlock" width="100%">BB-Code</td> <td align="center"> <script type="text/javascript"> document.write('<input onclick="select(this)" class="querySkl" type="text" value="[url='+window.location+']$ENTRY_NAME$[/url]" size="80%"> ') </script> </td> </tr> <tr> <td align="center" class="eBlock" width="100%">Ссылка</td> <td align="center"> <script type="text/javascript"> document.write('<input onclick="select(this)" class="querySkl" type="text" value="'+window.location+' "size="80%">') </script> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td width="60%" height="25"><!--<s5183>-->Всего комментариев<!--</s>-->: <b>$COM_NUM_ENTRIES$</b></td><td align="right" height="25">$COM_PAGE_SELECTOR$</td></tr> <tr><td colspan="2">$COM_BODY$</td></tr> <tr><td colspan="2" align="center">$COM_PAGE_SELECTOR1$</td></tr> <tr><td colspan="2" height="10"></td></tr> </table> <?endif?> <?if($COM_CAN_ADD$)?> $COM_ADD_FORM$ <?else?> <?if($USER_LOGGED_IN$)?><?else?><div align="center" class="commReg"><!--<s5237>-->Добавлять комментарии могут только зарегистрированные пользователи.<!--</s>--><br />[ <a href="$REGISTER_LINK$"><!--<s3089>-->Регистрация<!--</s>--></a> | <a href="$LOGIN_LINK$"><!--<s3087>-->Вход<!--</s>--></a> ]</div><?endif?> <?endif?> <?endif?><!-- </body> --></div></td> <td valign="top"> $GLOBAL_DRIGHTER$ </td> </tr> </table> <!-- </middle> --> $GLOBAL_BFOOTER$ </td></tr></table> </td> <td align="left" width="5%" style="background:url('http://s8.ucoz.net/t/984/2.gif') left repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td> </td></tr></table> </body> </html> <link ilo-full-src="http://sinners.pp.ua/img/ct.gif" rel="shortcut icon" href="http://sinners.pp.ua/img/ct.gif" type="image/x-icon">
И вот код к примеру стр фотографии где верх присутсвует
Code
<html> <head> <title>$MODULE_NAME$ - $SITE_NAME$</title> <script type="text/javascript" src="/js/design.js"></script> <script type="text/javascript" src="/js/cookie.js"></script> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> <link type="text/css" rel="StyleSheet" href="http://s23.ucoz.net/src/layer6.css" /><script type="text/javascript" src="http://s23.ucoz.net/src/u.js"></script><style type="text/css">.UhideBlockL {display:none}</style> </head> <body style="background:url('/xz/b.gif') #000000; margin:0px; padding:0px;"> <!--Шапка--> <link type="text/css" rel="StyleSheet" href="/js/informer/tabcontent.css"> <script type="text/javascript" src="/js/informer/pading.js"></script> <table border="0" cellpadding="0" cellspacing="0" width="97%" align="center"><tr><td> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/xz/13.jpg');"> <tr> <td width="70%" align="left" style="font-size:10px;padding-left:10px;"> <div class="navig"> <a href="/news/" title="Новости">Новости</a> <a href="/photo/" title="Галерея">Галерея</a> <a href="/forum/" title="Форум">Форум</a> <a href="/load/" title="Файлы">Файлы</a> <a href="/forum/2" title="Баннерообмен">Баннерообмен</a> <a href="/dir/" title="ТОП сайтов">ТОП сайтов</a> <a href="/forum/59" title="WEB-мастеру">WEB-мастеру</a> <a href="/forum/12" title="Design Studio">Design Studio</a> </div> </td> <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><font color="#8e8e8e">Вы вошли как <a href="$PERSONAL_PAGE_LINK$" title="Мой аккаунт">$USERNAME$</a> Группа "<u>$USER_GROUP$</u>"</font><?else?></a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:url('/xz/15.jpg') repeat-x;"> <tr> <td><div align="left"><script type="text/javascript">random_img("/xz/wapka1.png");</script></div></td> <td align="right" style="font-size:10.5px;padding-right:10px;"><table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" class="infTable"> <center> <table style="width: 100%;"> <tbody> <tr> <td style="vertical-align: top;"> <table id="logo_fon" cellpadding="0" cellspacing="0" border="0" align="center" width="100%"> <tr> <td align="left" valign="top" style="margin-top: 1px;"> <table cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td> <table cellpadding="0" cellspacing="0"> <tr> <td id="tabcontent"> <table cellpadding="0" cellspacing="0"> <tr> <td align="left"> </ul> </td> </tr> </table> <div style="border: 0px none ; padding: 0px;" left="0" ; right="0" margin-bottom:0em=""> </td></tr></table> </td></tr></table> </td></tr></tbody></table> <script type="text/javascript"> var countries=new ddtabcontent("block_title") countries.setpersist(true) countries.setselectedClassTarget("link") countries.init(0) </script> </table> </td> </table> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/xz/13.jpg');"> <tr> <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navig"><a href="$HOME_PAGE_LINK$" title="Главная">Главная</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль">Мой профиль</a><?else?> <a href="$REGISTER_LINK$" title="Регистрация">Регистрация</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> <a href="$LOGOUT_LINK$" title="Выход">Выход</a><?else?> <a href="$LOGIN_LINK$" title="Вход">Вход</a><?endif?><?endif?></div></td> </td> </tr> </table> </td></tr></table> <p></p> <!--/Шапка--> <table border="0" cellpadding="5" cellspacing="0" width="97%" align="center"><tr><td class="bBlok2"> <table border="0" cellpadding="5" cellspacing="0" width="100%" align="center"><tr><td valign="top"> <!-- <middle> --> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" style="width:203px;"> $GLOBAL_CLEFTER$ </td> <td valign="top" style="padding:2px 5px 0px 5px;"> <table border="0" cellpadding="5" cellspacing="0" width="100%" style="border:1px solid #252525;"><tr><td style="background:#000000;"> <!-- <body> --><!-- <body> --><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="70%"><!--<s5194>-->Фотографий: <b>$NUM_ENTRIES$</b> | Альбомов: <b>$NUM_CATEGORIES$</b><!--</s>--></td><td align="right" style="white-space: nowrap;"><?if($ADD_ENTRY_LINK$)?>[ <a href="$ADD_ENTRY_LINK$"><!--<s5160>-->Добавить фотографию<!--</s>--></a> ]<?endif?></td></tr></table><br /> <div style="padding:3px 0 3px 0;border-top:1px dotted #A9B8C2;border-bottom:1px dotted #A9B8C2;"><!--<s5210>-->Новые фотографии<!--</s>--></div><br /> $BODY$<hr/><div align="center">$SLIDESHOW_BUTTON$</div><!-- </body> --><!-- </body> --></td></tr></table> </td> <td valign="top" style="width:203px;"> $GLOBAL_DRIGHTER$ </td></tr> </table> <!-- </middle> --> $GLOBAL_BFOOTER$ </td></tr></table> </body> </html>
Сообщение отредактировал megaxdxd - Четверг, 16.09.2010, 23:30
Подпись пользователя megaxdxd 2012 году мы все....Пойдем по своим делам как обычно)
mdbaner
Дата: Пятница, 17.09.2010, 09:54 | Сообщение # 2
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Министр
Группа: V.I.P персона
Сообщений: 4723
научитесь оформлять код правильно!
Подпись пользователя mdbaner 1 Права групп и возможности пользователей 2 Общие правила форума которые нужно знать всем 3 Пожаловаться на Администратора или Модератора тут 4 Задать вопрос в Support сайта Ucozon 5 Ответы на постоянные вопросы в модуле FAQ 6 Цены и виды моих услуг по дизайну и настройке Больше всего меня вырубает когда пользователь просит меня что либо найти, указывая на то что не умеет пользоваться поиском
megaxdxd
Дата: Пятница, 17.09.2010, 14:54 | Сообщение # 3
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Проверенные
Сообщений: 253
Извините просто сонный был !Так вы мне сможете помочь?
Подпись пользователя megaxdxd 2012 году мы все....Пойдем по своим делам как обычно)
Кирилл
Дата: Пятница, 17.09.2010, 20:15 | Сообщение # 4
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Группа: V.I.P персона
Сообщений: 3818
megaxdxd , Это сразу видно у тебя $GLOBAL_AHEADER$ пуст
Подпись пользователя Кирилл Десяток хороших людей на сайте с легкостью заменит тысячи безымянных хостов.
megaxdxd
Дата: Суббота, 18.09.2010, 21:52 | Сообщение # 5
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Проверенные
Сообщений: 253
А как мне зделать нормально рабочим global_header?
Подпись пользователя megaxdxd 2012 году мы все....Пойдем по своим делам как обычно)
Кирилл
Дата: Суббота, 18.09.2010, 22:21 | Сообщение # 6
Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Группа: V.I.P персона
Сообщений: 3818
megaxdxd , Вариантов 2 1)Помещаешь этот код Code
<!--Шапка--> <link type="text/css" rel="StyleSheet" href="/js/informer/tabcontent.css"> <script type="text/javascript" src="/js/informer/pading.js"></script> <table border="0" cellpadding="0" cellspacing="0" width="97%" align="center"><tr><td> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/xz/13.jpg');"> <tr> <td width="70%" align="left" style="font-size:10px;padding-left:10px;"> <div class="navig"> <a href="/news/" title="Новости">Новости</a> <a href="/photo/" title="Галерея">Галерея</a> <a href="/forum/" title="Форум">Форум</a> <a href="/load/" title="Файлы">Файлы</a> <a href="/forum/2" title="Баннерообмен">Баннерообмен</a> <a href="/dir/" title="ТОП сайтов">ТОП сайтов</a> <a href="/forum/59" title="WEB-мастеру">WEB-мастеру</a> <a href="/forum/12" title="Design Studio">Design Studio</a> </div> </td> <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><font color="#8e8e8e">Вы вошли как <a href="$PERSONAL_PAGE_LINK$" title="Мой аккаунт">$USERNAME$</a> Группа "<u>$USER_GROUP$</u>"</font><?else?></a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:url('/xz/15.jpg') repeat-x;"> <tr> <td><div align="left"><script type="text/javascript">random_img("/xz/wapka1.png");</script></div></td> <td align="right" style="font-size:10.5px;padding-right:10px;"><table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" class="infTable"> <center> <table style="width: 100%;"> <tbody> <tr> <td style="vertical-align: top;"> <table id="logo_fon" cellpadding="0" cellspacing="0" border="0" align="center" width="100%"> <tr> <td align="left" valign="top" style="margin-top: 1px;"> <table cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td> <table cellpadding="0" cellspacing="0"> <tr> <td id="tabcontent"> <table cellpadding="0" cellspacing="0"> <tr> <td align="left"> </ul> </td> </tr> </table> <div style="border: 0px none ; padding: 0px;" left="0" ; right="0" margin-bottom:0em=""> </td></tr></table> </td></tr></table> </td></tr></tbody></table> <script type="text/javascript"> var countries=new ddtabcontent("block_title") countries.setpersist(true) countries.setselectedClassTarget("link") countries.init(0) </script> </table> </td> </table> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/xz/13.jpg');"> <tr> <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navig"><a href="$HOME_PAGE_LINK$" title="Главная">Главная</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль">Мой профиль</a><?else?> <a href="$REGISTER_LINK$" title="Регистрация">Регистрация</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> <a href="$LOGOUT_LINK$" title="Выход">Выход</a><?else?> <a href="$LOGIN_LINK$" title="Вход">Вход</a><?endif?><?endif?></div></td> </td> </tr> </table> </td></tr></table> </p> <!--/Шапка-->
в $GLOBAL_AHEADER$ либо везде в коде заменешь $GLOBAL_AHEADER$ на код который выше
Подпись пользователя Кирилл Десяток хороших людей на сайте с легкостью заменит тысячи безымянных хостов.