* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ $documentationLink = 'https://devdocs.prestashop.com/'; $blogLink = 'https://build.prestashop.com/'; return [ 'links' => [ 'documentation' => $documentationLink, ], 'header.links' => [ $documentationLink => $this->translator->trans('Documentation', array(), 'Install'), $blogLink => $this->translator->trans('Blog', array(), 'Install'), ], 'footer.links' => [ 'http://prestashop-project.org/' => 'PrestaShop Project', $documentationLink => $this->translator->trans('Documentation', array(), 'Install'), ], 'footer.lang' => explode('-', $this->translator->getLocale())[0], ];