AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Options Indexes +Indexes Includes

# INDEX OPTIONS
IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=*
# HIDE /.theme DIRECTORY
IndexIgnore /.htaccess /.theme

#
# GENERAL ICONS (BLANK, DIRECTORY, PARENT DIRECTORY)
#

# Replace {FOLDERNAME} with your directory URL eg:
# If your directory is http://mywebsite.com/share/
# you would change to:
# AddIcon /share/.theme/icons/blank.png ^^BLANKICON^^

	AddIcon /.theme/icons/blank.png ^^BLANKICON^^
	AddIcon /.theme/icons/folder.png ^^DIRECTORY^^
	AddIcon /.theme/icons/folder-home.png ..

#
# EXTENSION SPECIFIC ICONS
#

	AddIcon /.theme/icons/audio.png .aif .iff .m3u .m4a .mid .mp3 .mpa .ra .wav .wma
	AddIcon /.theme/icons/bin.png .bin
	AddIcon /.theme/icons/c.png .c
	AddIcon /.theme/icons/calc.png .xlsx .xlsm .xltx .xltm .xlam .xlr .xls .csv
	AddIcon /.theme/icons/css.png .css
	AddIcon /.theme/icons/deb.png .deb
	AddIcon /.theme/icons/doc.png .doc .docx .docm .dot .dotx .dotm .log .msg .odt .pages .rtf .tex .wpd .wps
	AddIcon /.theme/icons/draw.png .svg
	AddIcon /.theme/icons/eps.png .ai .eps
	AddIcon /.theme/icons/gif.png .gif
	AddIcon /.theme/icons/gz.png .gz .tgz .bz2 .tbz
	AddIcon /.theme/icons/html.png .html .xhtml .shtml .htm
	AddIcon /.theme/icons/ico.png .ico
	AddIcon /.theme/icons/iso.png .iso .img .nrg
	AddIcon /.theme/icons/java.png .jar
	AddIcon /.theme/icons/jpg.png .jpg .jpeg
	AddIcon /.theme/icons/js.png .js .json
	AddIcon /.theme/icons/markdown.png .md
	AddIcon /.theme/icons/package.png .pkg .dmg
	AddIcon /.theme/icons/pdf.png .pdf
	AddIcon /.theme/icons/php.png .php
	AddIcon /.theme/icons/png.png .png
	AddIcon /.theme/icons/ps.png .ps
	AddIcon /.theme/icons/psd.png .psd
	AddIcon /.theme/icons/rar.png .rar
	AddIcon /.theme/icons/rb.png .rb
	AddIcon /.theme/icons/rpm.png .rpm
	AddIcon /.theme/icons/rss.png .rss
	AddIcon /.theme/icons/sql.png .sql
	AddIcon /.theme/icons/tiff.png .tiff
	AddIcon /.theme/icons/text.png .txt
	AddIcon /.theme/icons/video.png .asf .asx .avi .flv .mkv .mov .mp4 .mpg .rm .srt .swf .vob .wmv
	AddIcon /.theme/icons/xml.png .xml
	AddIcon /.theme/icons/zip.png .zip
	DefaultIcon /.theme/icons/default.png

#
# .theme FILES
#

	HeaderName /.theme/header.shtml
	ReadmeName /.theme/footer.shtml
	IndexStyleSheet "/.theme/style.css"
