﻿
	--}------------------------------------------------------------------------{--
	  |	 { Модуль Seasons для DLE - LisER } 								   | 
	--}------------------------------------------------------------------------{--

	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		1. залить все файлы на сервер
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		2. Запустить install.php
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		3. открыть файл show.full.php	
			найти 
				$xfieldsdata = xfieldsdataload( $row['xfields'] );
			после вставить
				/* SEASON BY LISER - BEGIN */
				$thisIdNews = $row['id'];
				require_once (ENGINE_DIR . "/mod_liser/seasons/front/index.php");
				/* SEASON BY LISER - END */
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		4. открыть файл /modules/main.php
			найти 
				$tpl->set ( '{AJAX}', $ajax );
			после вставить
				/* Seasons by LisER - Begin */
				$tpl->set ( '{PrevNext}', $PrevNext );
				/* Seasons by LisER - End */
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		5. в main.tpl перед </head> вставить {PrevNext}
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		6. в fullstory.tpl в нужном месте вставить {SEASONS}
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
		7. Настроить модуль !
	--}------------------------------------------------------------------------------------------------------------------------------------------------{--
