
  This directory contains the theme template files which are used for
 showing output by the server.


Creating A Theme
----------------

  In order to create a theme you just need to place five files inside
 the theme directory:

	index.html      ->  Used for displaying directory listings.
	error.html      ->  Used for all error output.
	results.html    ->  Used for displaying search results.
	search.html     ->  Used for displaying the search form.
	stats.html      ->  Used for showing song/client statistics.
 
  The name of the theme will be the name of the directory which you have
 created.


Display Tweaking
----------------

  If you wish to override some of the settings from the mp3d.conf you
 may create a theme configuration file - named 'config.ini'.

  This is of the same format as mp3d.conf, and allows you to define
 the following settings which take precedence over the mp3d.conf file:

	song_format
	file_format
	directory_format

  (More override will become available if it becomes obvious they are
 needed).


Steve
---
$Revision: 1.7 $