Skip to content

Commit

Permalink
fix #755
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Sep 26, 2018
1 parent 6fbb654 commit b70d240
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions admin/index.php
Expand Up @@ -43,15 +43,6 @@
<?php endif; ?> <?php endif; ?>
<!--<li><a href="<?php $options->adminUrl('profile.php'); ?>"><?php _e('更新我的资料'); ?></a></li>--> <!--<li><a href="<?php $options->adminUrl('profile.php'); ?>"><?php _e('更新我的资料'); ?></a></li>-->
</ul> </ul>
<?php $version = Typecho_Cookie::get('__typecho_check_version'); ?>
<?php if ($version && $version['available']): ?>
<div class="update-check">
<p class="message notice">
<?php _e('您当前使用的版本是'); ?> <?php echo $version['current']; ?> &rarr;
<strong><a href="<?php echo $version['link']; ?>"><?php _e('官方最新版本是'); ?> <?php echo $version['latest']; ?></a></strong>
</p>
</div>
<?php endif; ?>
</div> </div>


<div class="col-mb-12 col-tb-4" role="complementary"> <div class="col-mb-12 col-tb-4" role="complementary">
Expand Down

0 comments on commit b70d240

Please sign in to comment.