rendered paste body<h2>Kontrol Paneli</h2><div id="login"> <?php global $user_ID, $user_identity; get_currentuserinfo(); if (!$user_ID):?> <form name="loginform" id="loginform" action="<?php echo get_settings('siteurl'); ?>/wp-login.php" method="post"> <div style="padding: 2px 0 0 0;"><label><strong><?php _e('Kullanıcı Adınız') ?></strong><br><input type="text" name="log" id="log" value="" size="20" tabindex="10" /></label> <br><label><strong><?php _e('Şifreniz') ?></strong><br><input type="password" name="pwd" id="pwd" value="" size="20" tabindex="10" /></label> <input type="hidden" name="rememberme" value="forever" /> <input type="submit" name="submit" value="<?php _e('Login'); ?>" tabindex="11" /> <?php wp_register('', ''); ?> <input type="hidden" name="redirect_to" value="index.php"/></div> </form><?php else:?> <div class="loggedin"><p align="center"><strong><font color="#ffffff"> Hoşgeldin <strong><?php echo $user_identity; ?></strong> | <font color="#000000"><br><a href="/wp-admin/"> Kontrol Paneli</a> <br> | <a href="/wp-admin/profile.php/">Üyelik Profili</a> | <a href="<?php echo get_settings('siteurl') . '/wp-login.php?action=logout&redirect_to=' . $_SERVER; ?>"><?php _e('Çıkış'); ?></a></br></font></strong></p> </div><?php endif;?></div></font>