</li>
<li class="last">
<a href="<?php 
echo WoW_Characters::GetURL();
?>
feed" rel="np">
<?php 
echo WoW_Locale::GetString('template_character_feed');
?>
</a>
</li>
</ol>-->
</div>
<div class="content-bot">	
	<div id="profile-wrapper" class="profile-wrapper profile-wrapper-<?php 
echo WoW_Characters::GetFactionName();
?>
">
		<div class="profile-sidebar-anchor">
			<div class="profile-sidebar-outer">
				<div class="profile-sidebar-inner">
					<div class="profile-sidebar-contents">
<?php 
WoW_Template::LoadTemplate('block_profile_crest');
WoW_Template::LoadTemplate('block_profile_menu');
?>
					</div>
				</div>
			</div>
		</div>
		<div class="profile-contents">
	<a href="<?php 
echo WoW_Characters::GetURL();
?>
talent/" class="" rel="np"><span class="arrow"><span class="icon"><?php 
echo WoW_Locale::GetString('template_profile_talents');
?>
</span></span></a>
			</li>
            -->
			<li class="<?php 
echo WoW_Template::GetPageData('page') == 'character_auction' ? ' active' : null;
echo WoW_Account::IsAccountCharacter() ? null : ' disabled';
?>
">
	<a href="<?php 
echo WoW_Account::IsAccountCharacter() ? '/wow/vault/character/auction/' . WoW_Characters::GetFactionName() . '/' : 'javascript:;';
?>
" class=" has-submenu vault" rel="np"><span class="arrow"><span class="icon"><?php 
echo WoW_Locale::GetString('template_profile_lots');
?>
</span></span></a>
			</li>
			<li class="<?php 
echo WoW_Template::GetPageData('page') == 'character_events' ? ' active' : null;
echo WoW_Account::IsAccountCharacter() ? null : ' disabled';
?>
">
	<a href="<?php 
echo WoW_Account::IsAccountCharacter() ? '/wow/vault/character/event' : 'javascript:;';
?>
" class=" vault" rel="np"><span class="arrow"><span class="icon"><?php