fmfan.ru Ads.txt file

<!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="UTF-8">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4/dist/fancybox.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="stylesheet" href="https://fmfan.ru/Themes/default/css/minified_9fdda4a0871558f12b34ff64c65c57f6.css?smf216_1755877214">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4/dist/fancybox.css">
<style>
img.avatar { max-width: 128px !important; max-height: 128px !important; }

</style>
<script>
var smf_theme_url = "https://fmfan.ru/Themes/default";
var smf_default_theme_url = "https://fmfan.ru/Themes/default";
var smf_images_url = "https://fmfan.ru/Themes/default/images";
var smf_smileys_url = "https://fmfan.ru/Smileys";
var smf_smiley_sets = "Kolobok_smyles_light,default";
var smf_smiley_sets_default = "default";
var smf_avatars_url = "https://fmfan.ru/avatars";
var smf_scripturl = "https://fmfan.ru/index.php";
var smf_iso_case_folding = false;
var smf_charset = "UTF-8";
var smf_session_id = "31c7223d703371178b9f21f4534c2793";
var smf_session_var = "d4724bad";
var smf_member_id = 0;
var ajax_notification_text = 'Загружается...';
var help_popup_heading_text = 'Подсказка';
var banned_text = 'Гость, вы забанены и не можете оставлять сообщения на форуме!';
var smf_txt_expand = 'Развернуть';
var smf_txt_shrink = 'Свернуть';
var smf_collapseAlt = 'Свернуть категорию';
var smf_expandAlt = 'Развернуть категорию';
var smf_quote_expand = false;
var allow_xhjr_credentials = false;
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4/dist/fancybox.umd.js" defer></script>
<script src="https://fmfan.ru/Themes/default/scripts/minified_edbe960df12bb463897f7e206971e54c.js?smf216_1755877214"></script>
<script>
var smf_you_sure ='Хотите сделать это?';
</script><!-- Yandex.RTB -->
<script>window.yaContextCb=window.yaContextCb||[]</script>
<script src="https://yandex.ru/ads/system/context.js" async></script>
<title>FMFan.ru - Главная страница</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="FMFan.ru">
<meta property="og:title" content="FMFan.ru - Главная страница">
<meta property="og:url" content="https://fmfan.ru/index.php">
<meta property="og:description" content="FMFan.ru - Главная страница">
<meta name="description" content="FMFan.ru - Главная страница">
<meta name="theme-color" content="#557EA0">
<link rel="canonical" href="https://fmfan.ru/index.php">
<link rel="help" href="https://fmfan.ru/index.php?action=help">
<link rel="contents" href="https://fmfan.ru/index.php">
<link rel="search" href="https://fmfan.ru/index.php?action=search">
<link rel="alternate" type="application/rss+xml" title="FMFan.ru - RSS" href="https://fmfan.ru/index.php?action=.xml;type=rss2">
<link rel="alternate" type="application/atom+xml" title="FMFan.ru - Atom" href="https://fmfan.ru/index.php?action=.xml;type=atom"><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="stylesheet" type="text/css" href="https://fmfan.ru/Themes/default/css/tp-style.css?v231" /><link rel="stylesheet" type="text/css" href="https://fmfan.ru/Themes/default/css/tp-responsive.css?v231" /><link rel="stylesheet" type="text/css" href="https://fmfan.ru/Themes/default/css/tp-custom.css?v231" />
<style type="text/css">
.block_leftcontainer,
.block_rightcontainer,
.block_topcontainer,
.block_uppercontainer,
.block_centercontainer,
.block_frontcontainer,
.block_lowercontainer,
.block_bottomcontainer {
padding-bottom: 4px;
}

#tpleftbarHeader {
margin-right: 4px;
}

#tprightbarHeader {
margin-left: 4px;
}

</style>
<script type="text/javascript"><!-- // --><![CDATA[
var tp_images_url = "https://fmfan.ru/Themes/default/images/tinyportal";
var tp_session_id = "31c7223d703371178b9f21f4534c2793";
var tp_session_var = "d4724bad";
var tp_shout_key_press = false;
var current_header_smiley = false;var current_header_bbc = false;
// ]]></script>
<script type="text/javascript" src="https://fmfan.ru/Themes/default/scripts/tinyportal/TPShout.js?v231"></script><link rel="stylesheet" type="text/css" href="https://fmfan.ru/Themes/default/css/tp-shout.css?v231" />
<script type="text/javascript"><!-- // --><![CDATA[

var tpPanels = new Array();
function togglepanel( targetID )
{
var pstate = 0;
var panel = targetID;
var img = "toggle_" + targetID;
var ap = 0;

if ( document.getElementById && (0 !== panel.length) ) {
target = document.getElementById( panel );
if ( target !== null ) {
if ( target.style.display == "none" ) {
target.style.display = "";
pstate = 1;
removeFromArray(targetID, tpPanels);
document.cookie="tp_panels=" + tpPanels.join(",") + "; expires=Wednesday, 01-Aug-2040 08:00:00 GMT";
var image = document.getElementById(img);
if(image !== null) {
image.src = 'https://fmfan.ru/Themes/default/images/tinyportal/TPupshrink.png';
}
}
else {
target.style.display = "none";
pstate = 0;
tpPanels.push(targetID);
document.cookie="tp_panels=" + tpPanels.join(",") + "; expires=Wednesday, 01-Aug-2040 08:00:00 GMT";
var image = document.getElementById(img);
if(image !== null) {
image.src = 'https://fmfan.ru/Themes/default/images/tinyportal/TPupshrink2.png';
}
}
}
}
}
function removeFromArray(value, array){
for(var x=0;x<array.length;x++){
if(array[x]==value){
array.splice(x, 1);
}
}
return array;
}
function inArray(value, array){
for(var x=0;x<array.length;x++){
if(array[x]==value){
return 1;
}
}
return 0;
}
// ]]></script>
</head>
<body id="smf" class="action_home">
<div id="footerfix">
<div id="top_section">
<div class="inner_wrap">
<ul class="floatleft" id="top_info">
<li class="welcome">
Добро пожаловать на <strong>FMFan.ru</strong>.
</li>
<li class="button_login">
<a href="https://fmfan.ru/index.php?action=login" class="open" onclick="return reqOverlayDiv(this.href, 'Войти', 'login');">
<span class="main_icons login"></span>
<span class="textmenu">Войти</span>
</a>
</li>
<li class="button_signup">
<a href="https://fmfan.ru/index.php?action=signup" class="open">
<span class="main_icons regcenter"></span>
<span class="textmenu">Регистрация</span>
</a>
</li>
</ul>
<form id="languages_form" method="get" class="floatright">
<select id="language_select" name="language" onchange="this.form.submit()">
<option value="english">English</option>
<option value="russian" selected="selected">Русский</option>
</select>
<noscript>
<input type="submit" value="Отправить">
</noscript>
</form>
<form id="search_form" class="floatright" action="https://fmfan.ru/index.php?action=search2" method="post" accept-charset="UTF-8">
<input type="search" name="search" value="">&nbsp;
<select name="search_selection">
<option value="all" selected>По всему форуму </option>
</select>
<input type="submit" name="search2" value="Поиск" class="button">
<input type="hidden" name="advanced" value="0">
</form>
</div><!-- .inner_wrap -->
</div><!-- #top_section -->
<div id="header">
<h1 class="forumtitle">
<a id="top" href="https://fmfan.ru/index.php"><img src="./Themes/default/images/FMFan_logo.png" alt="FMFan.ru"></a>
</h1>
<div id="siteslogan">
<img id="fmlogo" src="https://fmfan.ru/Themes/default/images/fmlogo.png" alt="Football Manager" title="Football Manager">
</div>
</div>
<div id="wrapper">
<div id="upper_section">
<div id="inner_section">
<div id="inner_wrap" class="hide_720">
<div class="user">
<time datetime="2025-09-08T22:06:49Z">09 сентября 2025, 01:06:49</time>
</div>
</div>
<a class="mobile_user_menu">
<span class="menu_icon"></span>
<span class="text_menu">Главное меню</span>
</a>
<div id="main_menu">
<div id="mobile_user_menu" class="popup_container">
<div class="popup_window description">
<div class="popup_heading">Главное меню
<a href="javascript:void(0);" class="main_icons hide_popup"></a>
</div>

<ul class="dropmenu menu_nav">
<li class="button_home">
<a class="active" href="https://fmfan.ru/index.php">
<span class="main_icons home"></span><span class="textmenu">Начало</span>
</a>
</li>
<li class="button_um_button_1">
<a href="https://fmfan.ru/index.php?topic=254.0" target="_self">
<span class="main_icons um_button_1"></span><span class="textmenu">Правила</span>
</a>
</li>
<li class="button_search">
<a href="https://fmfan.ru/index.php?action=search">
<span class="main_icons search"></span><span class="textmenu">Поиск</span>
</a>
</li>
</ul><!-- .menu_nav -->
</div>
</div>
</div>
<div class="navigate_section"><ul><li class="tp_upshrink21">
<a title="Правая панель" style="cursor: pointer;" onclick="togglepanel('tprightbarHeader');togglepanel('tprightbarContainer')">
<img id="toggle_tprightbarHeader" src="https://fmfan.ru/Themes/default/images/tinyportal/TPupshrink.png" alt="*" />
</a></li>
<li class="last">
<a href="https://fmfan.ru/index.php"><span>FMFan.ru</span></a>
</li>
</ul>
</div><!-- .navigate_section -->
</div><!-- #inner_section -->
</div><!-- #upper_section -->
<div id="content_section">
<div id="main_content_section">
<div class="lrs rightpanelOn tp_responsive">
<div id="mainContainer">
<div id="tprightbarContainer" style="width:320px;" >
<div id="tprightbarHeader">
<div class="block_rightcontainer scriptbox" id="scriptbox_">
<div class="tborder tp_rightblock_frame"><div class="title_bar"><h3 class="titlebg"><span class="header">Наши Соцсети</span></h3></div>
<div class="tp_rightblock_body" id="block8"><div class="windowbg noup tp_block21"><div><div class="blockbody" style="overflow: auto;"><ul class="social-icons-5">
<li><a href="https://vk.com/fmfan" title="Наша страница VK" target="_blank"><i class="fmfan-vk"></i></a></li>
<li><a href="https://t.me/kitsforfmbyOKV" title="Партнерский канал в Telegram" target="_blank"><i class="fmfan-telegram"></i></a></li>
<li><a href="https://rutube.ru/channel/26514120" title="Наш канал RuTube" target="_blank"><i class="fmfan-rutube"></i></a></li>
<!-- <li><a href="https://www.youtube.com/@fmfanru7278" title="Наш канал YouTube" target="_blank"><i class="fmfan-youtube"></i></a></li> -->
<!-- <li><a href="https://new.donatepay.ru/@1181617" title="Поддержать FMFan.ru" target="_blank"><i class="fmfan-donate"></i></a></li> Пока убрать ссылку на донат -->
</ul></div></div></div>
</div>
</div>
</div><div class="block_rightcontainer scriptbox" id="scriptbox_FMFanru">
<div class="tborder tp_rightblock_frame">
<div class="tp_rightblock_body" id="block18"><div class="windowbg noup tp_block21"><div><div class="blockbody" style="overflow: auto;"><form method="post" class="donate-block" target="_blank" action="https://new.donatepay.ru/@1181617">
<div class="donate-payment">
<div class="donate-payment-block">
<div class = "donate-payment-pay">
<img src="./Themes/default/images/MasterCard.png" title="Карта MasterCard">
</div>
<div class = "donate-payment-pay">
<img src="./Themes/default/images/Visa.png" title="Карта VISA">
</div>
<div class = "donate-payment-pay">
<img src="./Themes/default/images/MIR.png" title="Карта МИР">
</div>
<div class = "donate-payment-pay">
<img src="./Themes/default/images/SBP.png" title="Перевод по СБП">
</div>
<div class = "donate-payment-pay">
<img src="./Themes/default/images/Qiwi.png" title="Перевод с Qiwi-кошелька">
</div>
<div class = "donate-payment-pay">
<img src="./Themes/default/images/FreeKassa.png" title="Перевод через FREE KASSA">
</div>
</div>
</div>
<button class="donate-button" data-type="submit">ПОДДЕРЖАТЬ FMFAN.RU</button>
</form></div></div></div>
</div>
</div>
</div><div class="block_rightcontainer scriptbox" id="scriptbox_YandexRTB">
<div class="tborder tp_rightblock_frame">
<div class="tp_rightblock_body" id="block14"><div class="windowbg noup tp_block21"><div><div class="blockbody" style="overflow: auto;"><!-- Yandex.RTB R-A-1756605-3 -->
<div id="yandex_rtb_R-A-1756605-3"></div>
<script>
window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
"blockId": "R-A-1756605-3",
"renderTo": "yandex_rtb_R-A-1756605-3"
})
})
</script></div></div></div>
</div>
</div>
</div><div class="block_rightcontainer" id="block_recentbox">
<div class="tborder tp_rightblock_frame"><div class="cat_bar"><h3 class="catbg"><a href="javascript:void(0);return%20false" onclick="toggle('4'); return false"><img id="blockcollapse4" style="margin: 2px 0 0 0;float:right" src="https://fmfan.ru/Themes/default/images/tinyportal/TPcollapse.png" alt="" title="Свернуть/развернуть блок" /></a>Последние сообщения</h3></div>
<div class="tp_rightblock_body" id="block4"><div class="roundframe noup tp_block21"><div><div class="blockbody" style="overflow: auto;">
<ul class="recent_topics" style="margin: 0; padding: 0;">
<li>
<a href="https://fmfan.ru/index.php?topic=2050.msg99469;topicseen#new" title="Сезон 25/26 с актуальными составами и результатами">Сезон 25/26 с актуальными...</a>
от <b><a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=62820">KanistraSolyarki</a></b> <br><span class="smalltext">[08 сентября 2025, 19:57:37]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1922.msg99465;topicseen#new" title="FC'12 Kits">FC'12 Kits</a>
от <b><a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166">OKV</a></b> <br><span class="smalltext">[08 сентября 2025, 03:30:15]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1958.msg99443;topicseen#new" title="Football Manager 2025,2026 (анонс, обсуждение)">Football Manager 2025,2026...</a>
от <b><a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=16730">siborg</a></b> <br><span class="smalltext">[05 сентября 2025, 20:07:04]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1841.msg99387;topicseen#new" title="Россия в еврокубках D2 24.3/24.4 (экс-СССР, все турниры УЕФА+ФИФА) ">Россия в еврокубках D2 24.3/24.4...</a>
от <b><a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></b> <br><span class="smalltext">[03 сентября 2025, 22:31:47]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1885.msg99372;topicseen#new" title="Помощь в выборе клуба">Помощь в выборе клуба</a>
от <b><a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=65146">Africanus</a></b> <br><span class="smalltext">[02 сентября 2025, 22:12:06]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1805.msg99365;topicseen#new" title="Проблемы с графикой">Проблемы с графикой</a>
от <b><a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166">OKV</a></b> <br><span class="smalltext">[02 сентября 2025, 18:56:09]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=1814.msg99335;topicseen#new" title=" Football Manager 2024[Вопрос-Ответ] "> Football Manager 2024[Вопрос-Ответ]...</a>
от <b><a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=182757">Maximilian_Manager</a></b> <br><span class="smalltext">[01 сентября 2025, 18:33:20]</span>
</li>
<li style="border: none; margin-bottom: 0;padding-bottom: 0;">
<a href="https://fmfan.ru/index.php?topic=1793.msg99304;topicseen#new" title="Cut-Out Megapack 2024 by sortitoutsi">Cut-Out Megapack 2024 by sortitoutsi...</a>
от <b><a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></b> <br><span class="smalltext">[30 августа 2025, 18:55:58]</span>
</li>
</ul></div></div></div>
</div>
</div>
</div><div class="block_rightcontainer" id="block_recentbox">
<div class="tborder tp_rightblock_frame"><div class="cat_bar"><h3 class="catbg"><a href="javascript:void(0);return%20false" onclick="toggle('11'); return false"><img id="blockcollapse11" style="margin: 2px 0 0 0;float:right" src="https://fmfan.ru/Themes/default/images/tinyportal/TPcollapse.png" alt="" title="Свернуть/развернуть блок" /></a>Новое в ИСТОРИЯХ</h3></div>
<div class="tp_rightblock_body" id="block11"><div><div class="windowbg noup tp_block21"><div class="blockbody" style="overflow: auto;">
<ul class="recent_topics" style="margin: 0; padding: 0;">
<li>
<a href="https://fmfan.ru/index.php?topic=2021.msg99468;topicseen#new" title="Big Biznis 2 Joga Bonito">Big Biznis 2 Joga Bonito</a>
от <b><a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768">N1ghtW01f</a></b> <br><span class="smalltext">[08 сентября 2025, 16:17:25]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2084.msg99464;topicseen#new" title="Восхождение к вершинам. Наверное. Если повезёт)">Восхождение к вершинам. Наверное. Если повезёт)</a>
от <b><a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=48665">Vedro</a></b> <br><span class="smalltext">[07 сентября 2025, 18:46:01]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2078.msg99463;topicseen#new" title="Могучая Бровь Шарля Анчелумбы">Могучая Бровь Шарля Анчелумбы</a>
от <b><a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=16279">Scipione</a></b> <br><span class="smalltext">[07 сентября 2025, 15:33:07]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2083.msg99462;topicseen#new" title="[FM23/24] Анналы команды Вольного города">[FM23/24] Анналы команды Вольного города</a>
от <b><a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=37086">aln</a></b> <br><span class="smalltext">[07 сентября 2025, 14:31:04]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2081.msg99458;topicseen#new" title="Худшая лига в Европе">Худшая лига в Европе</a>
от <b><a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=65146">Africanus</a></b> <br><span class="smalltext">[06 сентября 2025, 20:36:42]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2027.msg99368;topicseen#new" title="Лети высоко, смотри далеко">Лети высоко, смотри далеко</a>
от <b><a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=154167">Single_scouse</a></b> <br><span class="smalltext">[02 сентября 2025, 21:20:29]</span>
</li>
<li>
<a href="https://fmfan.ru/index.php?topic=2073.msg99366;topicseen#new" title="Пора-пора-порадуемся">Пора-пора-порадуемся</a>
от <b><a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=108052">Haker95</a></b> <br><span class="smalltext">[02 сентября 2025, 20:20:51]</span>
</li>
<li style="border: none; margin-bottom: 0;padding-bottom: 0;">
<a href="https://fmfan.ru/index.php?topic=2062.msg99351;topicseen#new" title="Гюн Айдын или турецкая история">Гюн Айдын или турецкая история</a>
от <b><a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768">N1ghtW01f</a></b> <br><span class="smalltext">[02 сентября 2025, 00:57:24]</span>
</li>
</ul></div></div></div>
</div>
</div>
</div><script type="text/javascript"><!-- // --><![CDATA[
function toggle( targetId )
{
var state = 0;
var blockname = "block" + targetId;
var blockimage = "blockcollapse" + targetId;

if ( document.getElementById ) {
target = document.getElementById( blockname );
if ( target.style.display == "none" ) {
target.style.display = "";
state = 1;
}
else {
target.style.display = "none";
state = 0;
}

document.getElementById( blockimage ).src = "https://fmfan.ru/Themes/default/images/tinyportal" + (state ? "/TPcollapse.png" : "/TPexpand.png");
var tempImage = new Image();
tempImage.src = "https://fmfan.ru/index.php?action=tportal;sa=upshrink;id=" + targetId + ";state=" + state + ";" + (new Date().getTime());

}
}
// ]]></script>
<p class="clearthefloat"></p>
</div>
</div>
<div id="centerContainer">
<div id="tpcontentHeader">
</div><!--tpcontentHeader-->
<div id="boardindex_table" class="boardindex_table">
<div class="main_container">
<div class="cat_bar " id="category_3">
<h3 class="catbg">
<a id="c3"></a>АДМИНИСТРАЦИЯ
</h3>
</div>
<div id="category_3_boards" >
<div id="board_4" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=4.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/22cf31fa7fb86427272c4a6f38e256ffd4d8e5bf.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=4.0" id="b4">
Наши новости
</a>
<div class="board_description">Новости нашего  портала</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 53<br>Темы: 2
</p>
</div>
<div class="lastpost">

<p>20 августа 2025, 20:47:06<br><a href="https://fmfan.ru/index.php?topic=7.msg99128#new" title="Re: Новости сообщества FMFan">Re: Новости сообщества F...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=16730">siborg</a></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_10">
<h3 class="catbg">
<a id="c10"></a>ОБСУЖДЕНИЕ FOOTBALL MANAGER
</h3>
</div>
<div id="category_10_boards" >
<div id="board_11" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=11.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/fb5fbf6652fb033834ccd4f6f48ac92717e8fe59.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=11.0" id="b11">
Основной форум
</a>
<div class="board_description">Обсуждение общеигровых вопросов в Football Manager</div>
<p class="moderators">Модераторы: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56" title="Модератор">Trabelsi</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768" title="Модератор">N1ghtW01f</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 2 881<br>Темы: 17
</p>
</div>
<div class="lastpost">

<p>05 сентября 2025, 20:07:04<br><a href="https://fmfan.ru/index.php?topic=1958.msg99443#new" title="Re: Football Manager 2025,2026 (анонс, обсуждение)">Re: Football Manager 202...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=16730">siborg</a></p>
</div>
<div id="board_11_children" class="children">
<p><strong id="child_list_11">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=278.0" title="Нет новых сообщений (Темы: 2, Сообщения: 140)">Football Manager 2026</a></span> <span><a href="https://fmfan.ru/index.php?board=259.0" title="Нет новых сообщений (Темы: 7, Сообщения: 941)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=237.0" title="Нет новых сообщений (Темы: 6, Сообщения: 1 065)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=211.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_12" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=12.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/0a8d37a99083edb734af5dd81daf8609d5f715f1.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=12.0" id="b12">
Русификация
</a>
<div class="board_description">Локализация русского языка</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 39<br>Темы: 3
</p>
</div>
<div class="lastpost">

<p>12 декабря 2024, 22:26:19<br><a href="https://fmfan.ru/index.php?topic=1837.msg94923#new" title="Re: Корректура локализации">Re: Корректура локализац...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></p>
</div>
<div id="board_12_children" class="children">
<p><strong id="child_list_12">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=260.0" title="Нет новых сообщений (Темы: 2, Сообщения: 4)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=238.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=224.0" title="Нет новых сообщений (Темы: 1, Сообщения: 35)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=225.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_13">
<h3 class="catbg">
<a id="c13"></a>ТАКТИКИ И ТРЕНИРОВКИ
</h3>
</div>
<div id="category_13_boards" >
<div id="board_14" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=14.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/c04ae9020a7890c8421a9214b493f8a352dd5af5.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=14.0" id="b14">
Беседы о тактиках
</a>
<div class="board_description">Советы от лучших стратегов форума</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 849<br>Темы: 17
</p>
</div>
<div class="lastpost">

<p>09 августа 2025, 01:55:10<br><a href="https://fmfan.ru/index.php?topic=2076.msg98968#new" title="Re: Видеогайды блогера The Deep Lying Playmaker">Re: Видеогайды блогера T...</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=16279">Scipione</a></p>
</div>
<div id="board_14_children" class="children">
<p><strong id="child_list_14">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=261.0" title="Нет новых сообщений (Темы: 2, Сообщения: 74)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=239.0" title="Нет новых сообщений (Темы: 2, Сообщения: 218)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=226.0" title="Нет новых сообщений (Темы: 2, Сообщения: 367)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=208.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span> <span><a href="https://fmfan.ru/index.php?board=79.0" title="Нет новых сообщений (Темы: 11, Сообщения: 190)">Тактические гайды для начинающих и не только</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_15" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=15.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/4cde5cd81fcccd5bfba5ec66cefd4f6ab5f7c52d.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=15.0" id="b15">
Беседы о тренировках
</a>
<div class="board_description">То что делает игроков сильнее и выносливее</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 105<br>Темы: 3
</p>
</div>
<div class="lastpost">

<p>03 июля 2025, 11:35:33<br><a href="https://fmfan.ru/index.php?topic=1706.msg98517#new" title="Re: Тренировочная Беседка">Re: Тренировочная Беседк...</a> от <a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=139443">Петровский</a></p>
</div>
<div id="board_15_children" class="children">
<p><strong id="child_list_15">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=262.0" title="Нет новых сообщений (Темы: 1, Сообщения: 38)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=240.0" title="Нет новых сообщений (Темы: 1, Сообщения: 46)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=227.0" title="Нет новых сообщений (Темы: 1, Сообщения: 21)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=206.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_16" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=16.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/8dc33c2712ea5f1b807e082459cffa8680d00863.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=16.0" id="b16">
Коллекции тактик и тренировок
</a>
<div class="board_description">Готовые тактические построения</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 1<br>Темы: 1
</p>
</div>
<div class="lastpost">

<p>06 декабря 2018, 05:46:45<br><a href="https://fmfan.ru/index.php?topic=13.msg26#new" title="Правила подраздела "Коллекция тактик и тренировок"">Правила подраздела "Колл...</a> от <a style="color:#8B00FF;" href="https://fmfan.ru/index.php?action=profile;u=123">SmX</a></p>
</div>
<div id="board_16_children" class="children">
<p><strong id="child_list_16">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=263.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=241.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=229.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=228.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_17">
<h3 class="catbg">
<a id="c17"></a>ГРАФИКА
</h3>
</div>
<div id="category_17_boards" >
<div id="board_18" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=18.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/7d5ce32af74fe9bf8f9797c293a7359fefdf1d05.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=18.0" id="b18">
Графическая поддержка
</a>
<div class="board_description">Обсуждение проблем, связанных с графикой</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 236<br>Темы: 4
</p>
</div>
<div class="lastpost">

<p>02 сентября 2025, 18:56:09<br><a href="https://fmfan.ru/index.php?topic=1805.msg99365#new" title="Re: Проблемы с графикой">Re: Проблемы с графикой</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166">OKV</a></p>
</div>
<div id="board_18_children" class="children">
<p><strong id="child_list_18">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=264.0" title="Нет новых сообщений (Темы: 1, Сообщения: 43)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=242.0" title="Нет новых сообщений (Темы: 2, Сообщения: 111)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=230.0" title="Нет новых сообщений (Темы: 1, Сообщения: 82)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=203.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_19" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=19.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/31f9f64bdd2733a2e7654aac9599edd42be2be77.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=19.0" id="b19">
Логотипы
</a>
<div class="board_description">Вопросы и обсуждения, связанные с логотипами</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 111<br>Темы: 7
</p>
</div>
<div class="lastpost">

<p>26 июля 2025, 17:10:57<br><a href="https://fmfan.ru/index.php?topic=1792.msg98840#new" title="Re: FMG Standard Logos">Re: FMG Standard Logos</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166">OKV</a></p>
</div>
<div id="board_19_children" class="children">
<p><strong id="child_list_19">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=265.0" title="Нет новых сообщений (Темы: 5, Сообщения: 31)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=244.0" title="Нет новых сообщений (Темы: 1, Сообщения: 53)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=231.0" title="Нет новых сообщений (Темы: 1, Сообщения: 27)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=201.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_20" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=20.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/ed3a4c703a9dc222952f0468453ec4e7706062b0.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=20.0" id="b20">
Формы
</a>
<div class="board_description">Вопросы и обсуждения, связанные с формами</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 684<br>Темы: 8
</p>
</div>
<div class="lastpost">

<p>08 сентября 2025, 03:30:15<br><a href="https://fmfan.ru/index.php?topic=1922.msg99465#new" title="Re: FC'12 Kits">Re: FC'12 Kits</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166">OKV</a></p>
</div>
<div id="board_20_children" class="children">
<p><strong id="child_list_20">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=266.0" title="Нет новых сообщений (Темы: 3, Сообщения: 323)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=245.0" title="Нет новых сообщений (Темы: 3, Сообщения: 245)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=232.0" title="Нет новых сообщений (Темы: 2, Сообщения: 116)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=199.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_21" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=21.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/6609cf00436d3800cacd9e9a2e711c9c66d4cbd3.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=21.0" id="b21">
Фейспаки
</a>
<div class="board_description">Вопросы и обсуждения, связанные с фотографиями игроков</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 203<br>Темы: 7
</p>
</div>
<div class="lastpost">

<p>30 августа 2025, 18:55:58<br><a href="https://fmfan.ru/index.php?topic=1793.msg99304#new" title="Re: Cut-Out Megapack 2024 by sortitoutsi">Re: Cut-Out Megapack 202...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></p>
</div>
<div id="board_21_children" class="children">
<p><strong id="child_list_21">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=267.0" title="Нет новых сообщений (Темы: 2, Сообщения: 88)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=246.0" title="Нет новых сообщений (Темы: 2, Сообщения: 53)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=233.0" title="Нет новых сообщений (Темы: 3, Сообщения: 62)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=197.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_22" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=22.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/4a0aa558467bcf45f1e72fb5cbbe55e276982fb5.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=22.0" id="b22">
Скины
</a>
<div class="board_description">Различные скины, делающие игру более привлекательной</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 188<br>Темы: 8
</p>
</div>
<div class="lastpost">

<p>05 июня 2025, 19:55:39<br><a href="https://fmfan.ru/index.php?topic=1902.msg98168#new" title="Re: FM Fan Skin. 1920х180">Re: FM Fan Skin. 1920х18...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></p>
</div>
<div id="board_22_children" class="children">
<p><strong id="child_list_22">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=268.0" title="Нет новых сообщений (Темы: 4, Сообщения: 47)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=248.0" title="Нет новых сообщений (Темы: 1, Сообщения: 92)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=234.0" title="Нет новых сообщений (Темы: 3, Сообщения: 49)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=195.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_23" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=23.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/6da49355999122e906d88805c72a79379d561444.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=23.0" id="b23">
Прочая графика
</a>
<div class="board_description">Остальные графические компоненты</div>
<p class="moderators">Модератор: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" title="Модератор">OKV</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 38<br>Темы: 5
</p>
</div>
<div class="lastpost">

<p>12 августа 2025, 22:13:12<br><a href="https://fmfan.ru/index.php?topic=1903.msg99020#new" title="Re: Рекламные щиты 24/25 для всех соревнований">Re: Рекламные щиты 24/25...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=12631">Nemo</a></p>
</div>
<div id="board_23_children" class="children">
<p><strong id="child_list_23">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=269.0" title="Нет новых сообщений (Темы: 3, Сообщения: 34)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=249.0" title="Нет новых сообщений (Темы: 1, Сообщения: 3)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=236.0" title="Нет новых сообщений (Темы: 1, Сообщения: 1)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=235.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_25">
<h3 class="catbg">
<a id="c25"></a>РЕДАКТИРОВАНИЕ
</h3>
</div>
<div id="category_25_boards" >
<div id="board_26" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=26.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/e22a3d7ddd68d06e8c6d8843d9407d292fc58da7.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=26.0" id="b26">
Исследования и обсуждения
</a>
<div class="board_description">Обсуждение вопросов, касающихся базы данных и редактирования игры</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 1 059<br>Темы: 26
</p>
</div>
<div class="lastpost">

<p>21 августа 2025, 21:15:01<br><a href="https://fmfan.ru/index.php?topic=1807.msg99140#new" title="Re: Editor (предигровой редактор) FM 2024">Re: Editor (предигровой ...</a> от <a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=112031">balamski</a></p>
</div>
</div><!-- #board_[id] -->
<div id="board_27" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=27.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/b87167ad7a2444f386409d1238a5716e6769a39b.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=27.0" id="b27">
Апдейты базы
</a>
<div class="board_description">Всевозможные апдейты базы данных, делающие игру более разнообразной</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 493<br>Темы: 26
</p>
</div>
<div class="lastpost">

<p>08 сентября 2025, 19:57:37<br><a href="https://fmfan.ru/index.php?topic=2050.msg99469#new" title="Re: Сезон 25/26 с актуальными составами и результатами">Re: Сезон 25/26 с актуал...</a> от <a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=62820">KanistraSolyarki</a></p>
</div>
<div id="board_27_children" class="children">
<p><strong id="child_list_27">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=270.0" title="Нет новых сообщений (Темы: 4, Сообщения: 129)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=250.0" title="Нет новых сообщений (Темы: 4, Сообщения: 22)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=219.0" title="Нет новых сообщений (Темы: 5, Сообщения: 120)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=188.0" title="Нет новых сообщений (Темы: 3, Сообщения: 26)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_29">
<h3 class="catbg">
<a id="c29"></a>ИГРОКИ И КОМАНДЫ
</h3>
</div>
<div id="category_29_boards" >
<div id="board_30" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=30.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/ffdf6ce190f7572a734bded1735fb57c00ad5ec4.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=30.0" id="b30">
Команды и страны
</a>
<div class="board_description">Не знаете за кого и где играть? Вам сюда</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 297<br>Темы: 13
</p>
</div>
<div class="lastpost">

<p>02 сентября 2025, 22:12:06<br><a href="https://fmfan.ru/index.php?topic=1885.msg99372#new" title="Re: Помощь в выборе клуба">Re: Помощь в выборе клуб...</a> от <a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=65146">Africanus</a></p>
</div>
<div id="board_30_children" class="children">
<p><strong id="child_list_30">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=275.0" title="Нет новых сообщений (Темы: 3, Сообщения: 133)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=255.0" title="Нет новых сообщений (Темы: 1, Сообщения: 6)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=214.0" title="Нет новых сообщений (Темы: 9, Сообщения: 158)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=215.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_31" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=31.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/155e29ea3cfb113c6de7630d79759765874a11bc.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=31.0" id="b31">
Игроки и персонал
</a>
<div class="board_description">Ищите лучшего игрока, лавочника? Вам сюда</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 6<br>Темы: 4
</p>
</div>
<div class="lastpost">

<p>16 июня 2022, 14:50:06<br><a href="https://fmfan.ru/index.php?topic=1662.msg44309#new" title="Лайфхак по "уводу" регенов у других клубов">Лайфхак по "уводу" реген...</a> от <a style="color:#FF2400;" href="https://fmfan.ru/index.php?action=profile;u=16730">siborg</a></p>
</div>
<div id="board_31_children" class="children">
<p><strong id="child_list_31">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=276.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2024</a></span> <span><a href="https://fmfan.ru/index.php?board=256.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Football Manager 2023</a></span> <span><a href="https://fmfan.ru/index.php?board=217.0" title="Нет новых сообщений (Темы: 4, Сообщения: 6)">Football Manager 2022</a></span> <span><a href="https://fmfan.ru/index.php?board=216.0" title="Нет новых сообщений (Темы: 0, Сообщения: 0)">Старые версии</a></span></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_32">
<h3 class="catbg">
<a id="c32"></a>ИСТОРИИ МЕНЕДЖЕРОВ
</h3>
</div>
<div id="category_32_boards" >
<div id="board_33" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=33.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/05c4464cc8958a6e088ba931f013f6ff084a2f16.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=33.0" id="b33">
Современная проза
</a>
<div class="board_description">Истории от наших пользователей</div>
<p class="moderators">Модераторы: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56" title="Модератор">Trabelsi</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768" title="Модератор">N1ghtW01f</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 1 129<br>Темы: 15
</p>
</div>
<div class="lastpost">

<p>08 сентября 2025, 16:17:25<br><a href="https://fmfan.ru/index.php?topic=2021.msg99468#new" title="Re: Big Biznis 2 Joga Bonito">Re: Big Biznis 2 Joga Bo...</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768">N1ghtW01f</a></p>
</div>
</div><!-- #board_[id] -->
<div id="board_35" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=35.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/308211dec1238821122e30f2388f23cef29838d7.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=35.0" id="b35">
Классика жанра
</a>
<div class="board_description">Лучшие истории прошлых лет</div>
<p class="moderators">Модераторы: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56" title="Модератор">Trabelsi</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768" title="Модератор">N1ghtW01f</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 2 048<br>Темы: 15
</p>
</div>
<div class="lastpost">

<p>08 апреля 2025, 13:07:10<br><a href="https://fmfan.ru/index.php?topic=1504.msg97313#new" title="Re: Английские Пегасики и Дело о Могучем Пегасьем Геноме">Re: Английские Пегасики ...</a> от <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=182838">skromnik88</a></p>
</div>
<div id="board_35_children" class="children">
<p><strong id="child_list_35">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=36.0" title="Нет новых сообщений (Темы: 5, Сообщения: 778)">Золотой фонд</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_37" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=37.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/1d1b4da57539697a061735813494487ebde10456.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=37.0" id="b37">
Библиотека
</a>
<div class="board_description">Завершенные истории</div>
<p class="moderators">Модераторы: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56" title="Модератор">Trabelsi</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768" title="Модератор">N1ghtW01f</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 4 194<br>Темы: 57
</p>
</div>
<div class="lastpost">

<p>11 июля 2025, 22:54:06<br><a href="https://fmfan.ru/index.php?topic=2005.msg98641#new" title="Re: [FM24] Redonnons de la blancheur à la France">Re: [FM24] Redonnons de ...</a> от <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56">Trabelsi</a></p>
</div>
<div id="board_37_children" class="children">
<p><strong id="child_list_37">Подразделы</strong><span><a href="https://fmfan.ru/index.php?board=277.0" title="Нет новых сообщений (Темы: 12, Сообщения: 1 240)">FM24</a></span> <span><a href="https://fmfan.ru/index.php?board=257.0" title="Нет новых сообщений (Темы: 2, Сообщения: 138)">FM23</a></span> <span><a href="https://fmfan.ru/index.php?board=218.0" title="Нет новых сообщений (Темы: 8, Сообщения: 893)">FM22</a></span> <span><a href="https://fmfan.ru/index.php?board=184.0" title="Нет новых сообщений (Темы: 4, Сообщения: 373)">FM21</a></span> <span><a href="https://fmfan.ru/index.php?board=181.0" title="Нет новых сообщений (Темы: 8, Сообщения: 301)">FM20</a></span> <span><a href="https://fmfan.ru/index.php?board=142.0" title="Нет новых сообщений (Темы: 11, Сообщения: 653)">FM19</a></span> <span><a href="https://fmfan.ru/index.php?board=143.0" title="Нет новых сообщений (Темы: 11, Сообщения: 589)">CM, FM05-FM18</a></span></p>
</div>
</div><!-- #board_[id] -->
<div id="board_38" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=38.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/7b0fb6f1bbeba52f09d2aabaa4eca12095e44ac2.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=38.0" id="b38">
Архив
</a>
<div class="board_description">Давно не обновлялись сии творения, и да перенесены они в архив были...</div>
<p class="moderators">Модераторы: <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=56" title="Модератор">Trabelsi</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=153768" title="Модератор">N1ghtW01f</a></p>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 9 505<br>Темы: 305
</p>
</div>
<div class="lastpost">

<p>01 сентября 2025, 14:55:55<br><a href="https://fmfan.ru/index.php?topic=2079.msg99329#new" title="Re: Kulki stalowe">Re: Kulki stalowe</a> от <a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=181505">Juan_Aviles</a></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_39">
<h3 class="catbg">
<a id="c39"></a>РЕСЕРЧ
</h3>
</div>
<div id="category_39_boards" >
<div id="board_183" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=183.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/4ca212242e80fe0a974eb3a37aa00b0cb113fc77.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=183.0" id="b183">
Общие вопросы
</a>
<div class="board_description">Вопросы, касающиеся только ресерча</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 7<br>Темы: 1
</p>
</div>
<div class="lastpost">

<p>01 августа 2020, 10:21:09<br><a href="https://fmfan.ru/index.php?topic=1239.msg20096#new" title="Интервью с хэд-ресёрчерами разных стран">Интервью с хэд-ресёрчера...</a> от <a style="color:#8B00FF;" href="https://fmfan.ru/index.php?action=profile;u=16555">Ohrim</a></p>
</div>
</div><!-- #board_[id] -->
<div id="board_40" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=40.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/62094223153a90b845256d87e0b0480b1abfe159.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=40.0" id="b40">
Ресерч Беларуси
</a>
<div class="board_description">Данные о белорусских клубах</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 27<br>Темы: 2
</p>
</div>
<div class="lastpost">

<p>30 августа 2023, 18:22:35<br><a href="https://fmfan.ru/index.php?topic=1241.msg87850#new" title="Random">Random</a> от <a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=136808">Łukasz Siesta</a></p>
</div>
</div><!-- #board_[id] -->
<div id="board_41" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=41.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/a978e799c3356a770b5d32bb23177660ff06349d.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=41.0" id="b41">
Ресерч России
</a>
<div class="board_description">Данные о российских клубах</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 16<br>Темы: 4
</p>
</div>
<div class="lastpost">

<p>01 декабря 2021, 17:31:57<br><a href="https://fmfan.ru/index.php?topic=1386.msg36233#new" title="Ресерч российского футбола">Ресерч российского футбо...</a> от <a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=136808">Łukasz Siesta</a></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
<div class="main_container">
<div class="cat_bar " id="category_43">
<h3 class="catbg">
<a id="c43"></a>КОНКУРСЫ, ТУРНИРЫ, ПРОЕКТЫ
</h3>
</div>
<div id="category_43_boards" >
<div id="board_44" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=44.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/1f0264e04674875265a732fb1a398c0f8bddd7ed.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=44.0" id="b44">
Сетевая игра
</a>
<div class="board_description">Сетевые турниры и одиночные матчи</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 39<br>Темы: 3
</p>
</div>
<div class="lastpost">

<p>10 июля 2025, 20:04:33<br><a href="https://fmfan.ru/index.php?topic=37.msg98622#new" title="Re: Football Manager 2024[Вопрос-Ответ]">Re: Football Manager 20...</a> от <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=74844">CSKAvrn</a></p>
</div>
</div><!-- #board_[id] -->
<div id="board_182" class="up_contain ">
<div class="board_icon">
<a href="https://fmfan.ru/index.php?board=182.0" class="cbi_on" style="background: none;"><img src="https://fmfan.ru/boardimages/05f14f360e94fbe726fd708b5f36c8e98aa1bd84.png" alt="*" title="Новые сообщения" /></a>
</div>
<div class="info">

<a class="subject mobile_subject" href="https://fmfan.ru/index.php?board=182.0" id="b182">
Фабрика Звёзд 2020
</a>
<div class="board_description">Фирменный интерактивный проект FMFan</div>
</div><!-- .info -->
<div class="board_stats">

<p>
Сообщения: 332<br>Темы: 6
</p>
</div>
<div class="lastpost">

<p>30 августа 2021, 16:45:30<br><a href="https://fmfan.ru/index.php?topic=1244.msg33386#new" title="Если звёзды зажигают...">Если звёзды зажигают...</a> от <a style="color:#120A8F;" href="https://fmfan.ru/index.php?action=profile;u=108473">Вальдар</a></p>
</div>
</div><!-- #board_[id] -->
</div><!-- #category_[id]_boards -->
</div><!-- .main_container --><div class="main_container">
<div class="cat_bar"></div></div>
</div><!-- #boardindex_table -->
<a class="arrow_up" href="#top_section">🡅</a>
<a class="arrow_down" href="#footer">🡇</a>
<div class="roundframe" id="info_center">
<div class="title_bar">
<h3 class="titlebg">
<span class="toggle_up floatright" id="upshrink_ic" title="Свернуть информационный центр" style="display: none;"></span>
<a href="#" id="upshrink_link">FMFan.ru - Информационный центр</a>
</h3>
</div>
<div id="upshrink_stats">
<div class="sub_bar">
<h4 class="subbg">
<a href="https://fmfan.ru/index.php?action=stats" title="[Подробная статистика]"><span class="main_icons stats"></span> Статистика форума</a>
</h4>
</div>
<p class="inline">
Сообщений: 50 288, тем: 1 165, пользователей: 25 967 - Последний пользователь: <strong> <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=183616">DmitriyK</a></strong><br>
Последнее сообщение: <strong>&quot;<a href="https://fmfan.ru/index.php?topic=2050.msg99469#new" title="Re: Сезон 25/26 с актуальными составами и результатами">Re: Сезон 25/26 с актуал...</a>&quot;</strong> (08 сентября 2025, 19:57:37)<br>
<a href="https://fmfan.ru/index.php?action=recent">Последние сообщения на форуме.</a>
</p>
<div class="sub_bar">
<h4 class="subbg">
<span class="main_icons people"></span> Сейчас на форуме
</h4>
</div>
<p class="inline">
<strong>Онлайн: </strong>472 гостей, 5 пользователей

&nbsp;-&nbsp;Максимум онлайн сегодня: <strong>486</strong>&nbsp;-&nbsp;
Максимум онлайн за всё время: 981 (01 марта 2025, 17:00:35)<br>
Пользователи за последние 15 минут: <a style="color:#3697c4;" href="https://fmfan.ru/index.php?action=profile;u=90945" style="color: #3697c4;">Krepton</a>, <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=183403" style="color: #00000;">Hymbonry</a>, <a style="color:#806B2A;" href="https://fmfan.ru/index.php?action=profile;u=154166" style="color: #806B2A;">OKV</a>, <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=183134" style="color: #00000;">Vaalka</a>, <a style="color:#00000;" href="https://fmfan.ru/index.php?action=profile;u=38938" style="color: #00000;">PierreDoon</a>
</p>
</div><!-- #upshrink_stats -->
</div><!-- #info_center -->
<script>
var oInfoCenterToggle = new smc_Toggle({
bToggleEnabled: true,
bCurrentlyCollapsed: false,
aSwappableContainers: [
'upshrink_stats'
],
aSwapImages: [
{
sId: 'upshrink_ic',
altExpanded: 'Свернуть информационный центр',
altCollapsed: 'Развернуть информационный центр'
}
],
aSwapLinks: [
{
sId: 'upshrink_link',
msgExpanded: 'FMFan.ru - Информационный центр',
msgCollapsed: 'FMFan.ru - Информационный центр'
}
],
oThemeOptions: {
bUseThemeSettings: false,
sOptionName: 'collapse_header_ic',
sSessionId: smf_session_id,
sSessionVar: smf_session_var,
},
oCookieOptions: {
bUseCookie: true,
sCookieName: 'upshrinkIC'
}
});
</script>
</div>
<p class="clearthefloat"></p>
</div>
</div>
</div><!-- #main_content_section -->
</div><!-- #content_section -->
</div><!-- #wrapper -->
</div><!-- #footerfix -->
<div id="footer">
<div class="inner_wrap">
<div id="inner-footer">
<ul>
<li>
<div class="about-forum">
<h3 class="catbg">О нас</h3>
<hr>
<p>Самое большое русскоязычное сообщество поклонников серии игр Football Manager от компании Sports Interactive. У нас Вы можете почерпнуть информацию обо всех аспектах игры, которая будет полезна как для новичков, так и для фанатов со стажем. Также на нашем ресурсе Вы можете
найти или заказать любой контент, который сделает игру более комфортной и интересной лично для Вас.</p>
<p>Добро пожаловать! Команда FMFan.</p>
</div>
</li>
<li>
<div class="links-forum">
<h3 class="catbg">Полезные ссылки</h3>
<hr>
<p>
<a href="#">Правила форума</a>
</p>
</div>
</li>
</ul>
</div>
<ul>
<li class="floatright"><a href="https://www.tinyportal.net/docs/" target=_blank>TinyPortal</a> | <a href="https://fmfan.ru/index.php?action=help">Помощь</a> | <a href="https://fmfan.ru/index.php?action=agreement">Условия и правила</a> | <a href="#top_section">Вверх &#9650;</a></li>
<li class="copyright"><a href="https://fmfan.ru/index.php?action=credits" title="Лицензия" target="_blank" rel="noopener">SMF 2.1.6 &copy; 2025</a>, <a href="https://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a><br /><span class="smalltext"><a href="http://www.smfads.com" target="_blank">SMFAds</a> for <a href="https://www.createaforum.com" title="Forum Hosting" target="_blank">Free Forums</a></span><br /><a href="https://www.createaforum.com" target="_blank">Simple Audio Video Embedder</a>, <a href="#" title="Владимир Саенко aka siborg" target="_blank rel="noopener">Автор оформления: siborg</a></li>
</ul>
</div>
</div><!-- #footer -->
<script>
window.addEventListener("DOMContentLoaded", function() {
function triggerCron()
{
$.get('https://fmfan.ru' + "/cron.php?ts=1757369205");
}
window.setTimeout(triggerCron, 1);
$(".spoiler_content img").each(function() {
$(this).attr("data-src", $(this).attr("src"));
$(this).attr("src", smf_default_theme_url + "/images/loading_sm.gif");
});
$("body").on("click", ".bbc_spoiler summary", function() {
content = $(this).parent().children(".spoiler_content");
content.find("img").each(function() {
$(this).attr("src", $(this).attr("data-src"));
});
});
Fancybox.bind("[data-fancybox]", {
Toolbar: {
display: [
{ id: "prev", position: "center" },
{ id: "counter", position: "center" },
{ id: "next", position: "center" },
"zoom",
"slideshow",
"fullscreen",
"download",
"thumbs",
"close",
],
},
l10n: {
CLOSE: "Закрыть",
NEXT: "Следующее",
PREV: "Предыдущее",
MODAL: "Вы можете закрыть данное окно, нажав клавишу ESC",
ERROR: "Что-то пошло не так. Пожалуйста, повторите попытку позже",
IMAGE_ERROR: "Изображение не найдено",
ELEMENT_NOT_FOUND: "HTML элемент не найден",
AJAX_NOT_FOUND: "Ошибка загрузки AJAX: Не найдено",
AJAX_FORBIDDEN: "Ошибка загрузки AJAX: Запрещено",
IFRAME_ERROR: "Ошибка загрузки страницы",
TOGGLE_ZOOM: "Переключить уровень масштаба",
TOGGLE_THUMBS: "Переключить миниатюры",
TOGGLE_SLIDESHOW: "Переключить слайд-шоу",
TOGGLE_FULLSCREEN: "Переключить режим полного экрана",
DOWNLOAD: "Скачать"
}
});
let attachments = document.querySelectorAll(".attachments_top a");
attachments && attachments.forEach(function (item) {
item.removeAttribute("onclick");
item.setAttribute("data-fancybox", "topic");
});
});
</script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.