
	//Installation module

	1) From a folder on the server

	2) Open the file /templates/***/main.tpl

		find:

			{headers}

		add below:

			<script type="text/javascript" src="engine/skins/linkedselect.js"></script>

	2) Open the file /engine/modules/addnews.php

		find:

			$cats .= $categories_list;

		before adding:

			/*by kG*/
			include_once ENGINE_DIR . '/modules/mult_categorys.php';
			/*-----*/

		
	4) Open the file /templates/***/addnews.tpl

		At any place to add: 

			<td colspan="2"><label id="catlistdis" style="display:none">{category_list_2}</label></td>

			<td colspan="2"><label id="catlistdis2" style="display:none">{category_list_3}</label></td>

