#151
Zenden, это точно, как увидел header настроение пропало
width=; height= ; Нене слышал.

Как это убрать? Когда установил ver. 2.0В page_header найти:
<script type="text/javascript">
$(document).ready(function() {
$('a.load-local').cluetip({local:true, cursor: 'pointer',showTitle: true,arrows: true});
$('span[title]').cluetip({splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip'});
$('a.load-local-menu').cluetip({local:true, activation: 'click', cursor: 'pointer',showTitle: true,sticky: true, closePosition: 'title', width: 500, height: 500, closeText: 'Закрыть', cluetipClass: 'jtip'});
});
</script>Заменить на:<script type="text/javascript">
$(document).ready(function() {
$('a.load-local').cluetip({local:true, cursor: 'pointer',showTitle: true,arrows: true});
$('').cluetip({splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip'});
$('a.load-local-menu').cluetip({local:true, activation: 'click', cursor: 'pointer',showTitle: true,sticky: true, closePosition: 'title', width: 500, height: 500, closeText: 'Закрыть', cluetipClass: 'jtip'});
});
</script>$profile = '<span title="'. $title .'" class="'. $style .'">'. $username .'</span>';Заменить на:
$profile = '<span class="'. $style .'">'. $username .'</span>';