Version 5.1 - All the GraphQL #32
@ -33,7 +33,10 @@ $hasManga = stripos($_SERVER['REQUEST_URI'], 'manga') !== FALSE;
|
|||||||
ucfirst($other_type) . ' List'
|
ucfirst($other_type) . ' List'
|
||||||
) ?>]
|
) ?>]
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $whose . ucfirst($url_type) . ' Collection' ?>
|
<?= $helper->a(
|
||||||
|
$url->generate("{$url_type}.collection.view") . $extraSegment,
|
||||||
|
$whose . ucfirst($url_type) . ' Collection'
|
||||||
|
) ?>
|
||||||
<?php if($config->get("show_{$other_type}_collection")): ?>
|
<?php if($config->get("show_{$other_type}_collection")): ?>
|
||||||
[<?= $helper->a(
|
[<?= $helper->a(
|
||||||
$url->generate("{$other_type}.collection.view") . $extraSegment,
|
$url->generate("{$other_type}.collection.view") . $extraSegment,
|
||||||
|
Loading…
Reference in New Issue
Block a user