<?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">default</var>
		<!-- If set to true, the slider menu with icon links will be shown. -->
		<var name="slidermenu">true</var>
		<!-- If set to true, the banner of the currenty played game will be shown in the badge background. -->
		<var name="gamebanner">true</var>
		<!-- If set to true, an icon linked to tf2items.com will be shown. -->
		<var name="tf2items">true</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[
			<div class="sp-bg-game">
			<div class="sp-bg-fade">
			<div class="sp-badge">
				<div class="sp-wizard"></div>
				<div class="sp-avatar">
					<a target="_blank" href="">
						<img src="" width="32" height="32" alt="" />
					</a>
				</div>
				<div class="sp-info">
					<a class="sp-name" target="_blank" href=""></a><br />
				</div>
				<div class="sp-extra">
					<div class="sp-handle"></div>
					<div class="sp-content">
						<a class="sp-joingame" href=""></a>
						<a class="sp-addfriend" href=""></a>
						<a class="sp-viewfriends" href="" target="_blank"></a>
						<a class="sp-viewgroups" href="" target="_blank"></a>
						<a class="sp-viewgames" href="" target="_blank"></a>
						<br />
						<a class="sp-viewinventory" href="" target="_blank"></a>
						<a class="sp-viewwishlist" href="" target="_blank"></a>
						<a class="sp-viewvideos" href="" target="_blank"></a>
						<a class="sp-viewscreenshots" href="" target="_blank"></a>
					</div>
				</div>
			</div>
			</div>
			</div>
		]]>
		</profile>
		<loading>
		<![CDATA[
			<div class="sp-loading">
			</div>
		]]>
		</loading>
		<error>
		<![CDATA[
			<div class="sp-error">
			</div>
		]]>
		</error>
	</templates>
</steamprofile-config>