mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove host pages total column
This commit is contained in:
parent
b7a48b905e
commit
bba718c901
@ -236,7 +236,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
|
||||
<tr>
|
||||
<th><?php echo _('#') ?></th>
|
||||
<th><?php echo _('Address') ?></th>
|
||||
<th><?php echo _('Pages') ?></th>
|
||||
<th><?php echo _('PR') ?></th>
|
||||
<th><?php echo _('Actions') ?></th>
|
||||
</tr>
|
||||
@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
|
||||
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<?php $totalHostPagesIndexed = $db->getTotalHostPagesIndexed($topHostPage->hostId) ?>
|
||||
<?php echo $totalHostPagesIndexed . ($totalHostPagesIndexed >= CRAWL_HOST_DEFAULT_PAGES_LIMIT ? '+' : false) ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $topHostPage->rank ?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user