<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<steamprofile-config>
	<vars>
		<!-- The Theme used by SteamProfile. Must be the name of a folder inside the "themes/" folder. -->
		<var name="theme">steamstats</var>
		<!-- If set to true, the slider menu with icon links will be shown. -->
		<var name="slidermenu">false</var>
		<!-- If set to true, the banner of the currenty played game will be shown in the badge background. -->
		<var name="gamebanner">false</var>
		<!-- If set to true, an icon linked to tf2items.com will be shown. -->
		<var name="tf2items">false</var>
		<!-- Sets the community language.
			 Allowed values: danish, czech, dutch, english, finnish, french, german, hungarian, italian, japanese, 
							 norwegian, polish, portuguese, romanian, russian, schinese, spanish, swedish, tchinese, thai -->
		<var name="language">english</var>
	</vars>
	<!-- The HTML templates used for DOM manipulation. Change only if you know what you're doing. -->
	<templates>
		<profile>
		<![CDATA[
			<span class="sp-badge">
				<span class="steamstats_avatar">
					<a target="_blank" href="">
						<img class="" src="" width="20" height="20" />
					</a>
			</span>
		]]>
		</profile>
		<loading>
		<![CDATA[
			<span class="sp-loading">
			</span>
		]]>
		</loading>
		<error>
		<![CDATA[
			<span class="sp-error">
			</span>
		]]>
		</error>
	</templates>
</steamprofile-config>