| В profile.tpl ищете Code {* SHOW COMMENT TAB *} <div id='profile_comments'{if $v != 'comments'} style='display: none;'{/if}>
{* COMMENTS *} После добавляете: Code <div>{if $total_comments != 0} [ <a href='profile_comments.php?user={$owner->user_info.user_username}'>{$profile25} {$profile32}</a> ]{/if} {if $user->user_exists != 0} <div style='text-align: right; position: relative; top: -15px;'><a href='user_graffiti.php?user={$owner->user_info.user_username}'>{$profile50}GRAFFITI</a></div>{/if}</div> Далее-скрываем меню копирайта П.Дурова и компании - в user_graffiti.tpl находим Code var so = new SWFObject('include/flash/graffiti.swf','player',"600" ;,"385",'9'); И заменяем на: Code new SWFObject('include/flash/graffiti.swf','player',"600" ;,"385",'10');so.addVariable('menu','false');
|