<div class="content game-time-subscriptions" id="game-time-subscriptions">
<ul>
<li class="wow-service add-game-card">
<a href="https://www.wow-europe.com/account/gamecard.html?accountName=<?php 
echo WoW_Account::GetAccountName();
?>
">
<span class="icon glow-shadow-3"></span>
<?php 
echo sprintf('<strong>%s</strong>%s', WoW_Locale::GetString('template_wow_dashboard_service_gamecard_title'), WoW_Locale::GetString('template_wow_dashboard_service_gamecard_title'));
?>
</a>
</li>
<li class="wow-service wow-anywhere">
<a href="https://www.wow-europe.com/account/wow-remote-payment-method.html?accountName=<?php 
echo WoW_Account::GetAccountName();
?>
">
<span class="icon glow-shadow-3"></span>
<?php 
echo sprintf('<strong>%s</strong>%s', WoW_Locale::GetString('template_wow_dashboard_service_wowremote_title'), WoW_Locale::GetString('template_wow_dashboard_service_wowremote_title'));
?>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--[if lt IE 7]> <script type="text/javascript" src="<?php