Bug(バグ) #3735 » t3735-hotfix.patch
apps/pc_frontend/templates/_partsSearchResultList.php | ||
---|---|---|
<?php slot('pager') ?>
|
||
<?php op_include_pager_navigation($options['pager'], $options['link_to_page'], array('use_current_query_string' => true)); ?>
|
||
<?php op_include_pager_navigation($options['pager'], $options->getRaw('link_to_page'), array('use_current_query_string' => true)); ?>
|
||
<?php end_slot(); ?>
|
||
<?php include_slot('pager') ?>
|
||