Skip to content

Commit

Permalink
Remove the View Numbers on homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz committed Feb 28, 2017
1 parent 9e35dc4 commit 2aaa687
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,7 @@
<?php $this->commentsNum('%d 评论'); ?>
<?php endif; ?>
</a>
<?php if (class_exists("TeStat_Plugin")): ?> |&nbsp;
<?php ($q=$this->viewsNum); if (($q%2)!=0) {
echo($q-1)/2;
} else {
echo $q/2;
} ?>
<?php $this->sticky(); ?>
<?php if ($this->options->langis == '0'): ?>Views
<?php elseif ($this->options->langis == '1'): ?>浏览
<?php elseif ($this->options->langis == '2'): ?>流覽
<?php endif; ?>
<?php endif; ?>

</div>

</div>
Expand Down

0 comments on commit 2aaa687

Please sign in to comment.