let category = ' $info) { $templatePages = get_template_pages($id); if ($id == MENU_CATEGORY_ACCOUNT) { $templatePages = array_merge($templatePages, ['account']); } if (in_array($tmp[0], $templatePages)) { echo $info['id']; break; } } ?>';