';
59 | if (!layoutManager.tv && sectionInfo.Route !== undefined) {
60 | var route = undefined;
61 | if (sectionInfo.OriginalPayload !== undefined) {
62 | route = p.appRouter.getRouteUrl(sectionInfo.OriginalPayload, {
63 | serverId: apiClient.serverId()
64 | });
65 | } else {
66 | route = p.appRouter.getRouteUrl(sectionInfo.Route, {
67 | serverId: apiClient.serverId()
68 | })
69 | }
70 |
71 | html += '
';
72 | html += '';
73 | html += sectionInfo.DisplayText;
74 | html += "
";
75 | html += '';
76 | html += "";
77 | } else {
78 | html += '
';
79 | html += sectionInfo.DisplayText;
80 | html += "
";
81 | }
82 |
83 | html += "
";
84 | html += '