* implemented enchantment conditions for meta gems * removed hardcoded static-domain in transfer-string Site: * gain rep for ACTION_REGISTER when logging in for the first time, using external auth * language-menu uses the same dropdown-icon as other menus Spell: * hide procChance of 100% or more ItemComparison: * fixed display of drag-icon * fixed single gems being moved to first empty socket in tooltips squelched some notices in quest.php and item.php
9 lines
355 B
PHP
9 lines
355 B
PHP
<?php
|
|
if (User::$id):
|
|
echo '<a id="toplinks-user">'.User::$displayName.'</a>';
|
|
else:
|
|
echo '<a href="?account=signin">'.Lang::$main['signIn'].'</a>';
|
|
endif;
|
|
?>
|
|
|<a href="#" id="toplinks-feedback" class="icon-email"><?php echo Lang::$main['feedback']; ?></a>
|
|
|<a href="javascript:;" id="toplinks-language"><?php echo Lang::$main['language']; ?></a>
|