link->getPageLink('module-hifaq-faq', null, $id_lang, ['type' => null]); } else { $urls[] = $context->link->getModuleLink('hifaq', 'faq', ['type' => null]); } return $urls; } /** * An estimated number of URLs that will be returned by self::getJprestaAllURLs() for the current shop context. * Since we don't have the id_lang parameter we recommend to return the number of URLs for the language that have * the most URLs. * @return int The estimated number of URLs to warmup for the current shop context */ public static function getJprestaAllURLsCount() { return 1; } }