lstracks setup cats events regions single multi info

LSTracks Setup

When installing the LSTracks component, the folder structure of the route files is created. In "stracks" the singletracks and singlemaps are stored. In "mtracks" the multitracks and multimaps subfolders are stored. In "images" all images and logos are stored. By default this structure is:
    joomla root
    - lstracks
    - lstracks/stracks
    - lstracks/mtracks
    - lstracks/images
This folder structure is defined in "config.php" in the LSTracks administrator folder.
	<?php
	class LstConfig
	{
	[folders]
	 lstracks=lstracks
	 stracks=stracks
	 mtracks=mtracks
	 images=images
	[register]
	 name=your name
	 website=your website
	 key=0504627647101092
	}
	?>
	
You can easily change the structure. With "lstracks=ownfolder" you can change folder names. If you change these AFTER installation you have to change the folder names manually. Because LSTracks is a free component, the registry options in config.php are not read. Note that the "keys" must remain.