evildead, откройте файл nuke/blocks/block_Modules.php. Найдите:
Код:
/* Now we make the Modules block with the correspondent links */
asort($modules_info);
Ниже добавляете:
Код:
if(is_user($user)){$content .= "<strong><big>·</big></strong> <a href=\"modules.php?name=Your_account&op=logout\">Выйти</a><br>\n";}else{};
успехов в работе