mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +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>
|
<tr>
|
||||||
<th><?php echo _('#') ?></th>
|
<th><?php echo _('#') ?></th>
|
||||||
<th><?php echo _('Address') ?></th>
|
<th><?php echo _('Address') ?></th>
|
||||||
<th><?php echo _('Pages') ?></th>
|
|
||||||
<th><?php echo _('PR') ?></th>
|
<th><?php echo _('PR') ?></th>
|
||||||
<th><?php echo _('Actions') ?></th>
|
<th><?php echo _('Actions') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
|
|||||||
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?>
|
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<?php $totalHostPagesIndexed = $db->getTotalHostPagesIndexed($topHostPage->hostId) ?>
|
|
||||||
<?php echo $totalHostPagesIndexed . ($totalHostPagesIndexed >= CRAWL_HOST_DEFAULT_PAGES_LIMIT ? '+' : false) ?>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<?php echo $topHostPage->rank ?>
|
<?php echo $topHostPage->rank ?>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user