|
|
@ -261,8 +261,8 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the |
|
|
|
sprintf(_('%s referrers'), $totalHostPageIdSources)]) : false ?> |
|
|
|
sprintf(_('%s referrers'), $totalHostPageIdSources)]) : false ?> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<?php if ($totalHostPageIdSources) { ?> |
|
|
|
<?php if ($totalHostPageIdSources) { ?> |
|
|
|
<?php foreach ($db->getHostPagesToHostPageByHostPageIdTarget($hp) as $hostPageIdSource) { ?> |
|
|
|
<?php foreach ($db->getHostPagesToHostPageByHostPageIdTarget($hp) as $hostPagesToHostPageByHostPageIdTarget) { ?> |
|
|
|
<?php if ($hostPage = $db->getHostPage($hostPageIdSource->hostPageIdSource)) { ?> |
|
|
|
<?php if ($hostPage = $db->getHostPage($hostPagesToHostPageByHostPageIdTarget->hostPageIdSource)) { ?> |
|
|
|
<?php if ($host = $db->getHost($hostPage->hostId)) { ?> |
|
|
|
<?php if ($host = $db->getHost($hostPage->hostId)) { ?> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<a href="<?php echo urldecode($host->url . $hostPage->uri) ?>"> |
|
|
|
<a href="<?php echo urldecode($host->url . $hostPage->uri) ?>"> |
|
|
|