mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +00:00
rename variables
This commit is contained in:
parent
02612d098b
commit
ab8b6f6315
@ -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) ?>">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user