|
16 | 16 | <ol> |
17 | 17 | <li> |
18 | 18 | <?= |
19 | | - strpos($this->t('{themevanilla:policy:purpose_head}'), 'not translated') === false |
20 | | - ? $this->t('{themevanilla:policy:purpose_head}') |
21 | | - : '' |
| 19 | + strpos($this->t('{themevanilla:policy:purpose_head}'), 'not translated') === false |
| 20 | + ? $this->t('{themevanilla:policy:purpose_head}') |
| 21 | + : '' |
22 | 22 | ?> |
23 | 23 | </li> |
24 | 24 | </ol> |
25 | 25 | <?= |
26 | | - strpos($this->t('{themevanilla:policy:purpose_body}'), 'not translated') === false |
27 | | - ? $this->t('{themevanilla:policy:purpose_body}') |
28 | | - : '' |
| 26 | + strpos($this->t('{themevanilla:policy:purpose_body}'), 'not translated') === false |
| 27 | + ? $this->t('{themevanilla:policy:purpose_body}') |
| 28 | + : '' |
29 | 29 | ?> |
30 | 30 |
|
31 | 31 | <ol start="2"> |
32 | 32 | <li> |
33 | 33 | <?= |
34 | | - strpos($this->t('{themevanilla:policy:cookie_list_head}'), 'not translated') === false |
35 | | - ? $this->t('{themevanilla:policy:cookie_list_head}') |
36 | | - : '' |
| 34 | + strpos($this->t('{themevanilla:policy:cookie_list_head}'), 'not translated') === false |
| 35 | + ? $this->t('{themevanilla:policy:cookie_list_head}') |
| 36 | + : '' |
37 | 37 | ?> |
38 | 38 | </li> |
39 | 39 | </ol> |
40 | 40 | <?= |
41 | | - strpos($this->t('{themevanilla:policy:cookie_list_body}'), 'not translated') === false |
42 | | - ? $this->t('{themevanilla:policy:cookie_list_body}') |
43 | | - : '' |
| 41 | + strpos($this->t('{themevanilla:policy:cookie_list_body}'), 'not translated') === false |
| 42 | + ? $this->t('{themevanilla:policy:cookie_list_body}') |
| 43 | + : '' |
44 | 44 | ?> |
45 | 45 |
|
46 | 46 | <table class="table"> |
47 | 47 | <thead> |
48 | 48 | <tr> |
49 | 49 | <th> |
50 | 50 | <?= |
51 | | - strpos($this->t('{themevanilla:policy:table_type}'), 'not translated') === false |
52 | | - ? $this->t('{themevanilla:policy:table_type}') |
53 | | - : '' |
| 51 | + strpos($this->t('{themevanilla:policy:table_type}'), 'not translated') === false |
| 52 | + ? $this->t('{themevanilla:policy:table_type}') |
| 53 | + : '' |
54 | 54 | ?> |
55 | 55 | </th> |
56 | 56 | <th> |
57 | 57 | <?= |
58 | | - strpos($this->t('{themevanilla:policy:table_provider}'), 'not translated') === false |
59 | | - ? $this->t('{themevanilla:policy:table_provider}') |
60 | | - : '' |
| 58 | + strpos($this->t('{themevanilla:policy:table_provider}'), 'not translated') === false |
| 59 | + ? $this->t('{themevanilla:policy:table_provider}') |
| 60 | + : '' |
61 | 61 | ?> |
62 | 62 | </th> |
63 | 63 | <th> |
64 | 64 | <?= |
65 | | - strpos($this->t('{themevanilla:policy:table_name}'), 'not translated') === false |
66 | | - ? $this->t('{themevanilla:policy:table_name}') |
67 | | - : '' |
| 65 | + strpos($this->t('{themevanilla:policy:table_name}'), 'not translated') === false |
| 66 | + ? $this->t('{themevanilla:policy:table_name}') |
| 67 | + : '' |
68 | 68 | ?> |
69 | 69 | </th> |
70 | 70 | <th> |
71 | 71 | <?= |
72 | | - strpos($this->t('{themevanilla:policy:table_third_party}'), 'not translated') === false |
73 | | - ? $this->t('{themevanilla:policy:table_third_party}') |
74 | | - : '' |
| 72 | + strpos($this->t('{themevanilla:policy:table_third_party}'), 'not translated') === false |
| 73 | + ? $this->t('{themevanilla:policy:table_third_party}') |
| 74 | + : '' |
75 | 75 | ?> |
76 | 76 | </th> |
77 | 77 | <th> |
78 | 78 | <?= |
79 | | - strpos($this->t('{themevanilla:policy:table_category}'), 'not translated') === false |
80 | | - ? $this->t('{themevanilla:policy:table_category}') |
81 | | - : '' |
| 79 | + strpos($this->t('{themevanilla:policy:table_category}'), 'not translated') === false |
| 80 | + ? $this->t('{themevanilla:policy:table_category}') |
| 81 | + : '' |
82 | 82 | ?> |
83 | 83 | </th> |
84 | 84 | <th> |
85 | 85 | <?= |
86 | | - strpos($this->t('{themevanilla:policy:table_purpose}'), 'not translated') === false |
87 | | - ? $this->t('{themevanilla:policy:table_purpose}') |
88 | | - : '' |
| 86 | + strpos($this->t('{themevanilla:policy:table_purpose}'), 'not translated') === false |
| 87 | + ? $this->t('{themevanilla:policy:table_purpose}') |
| 88 | + : '' |
89 | 89 | ?> |
90 | 90 | </th> |
91 | 91 | </tr> |
|
96 | 96 | <td><?= isset($row['type']) ? $row['type'] : '' ?></td> |
97 | 97 | <td><u><?= isset($row['provider']) ? $row['provider'] : '' ?></u></td> |
98 | 98 | <td><?= isset($row['name']) ? $row['name'] : '' ?></td> |
99 | | - <td><?= isset($row['thirdParty']) && $row['thirdParty'] ? 'Yes' : 'No' ?></td> |
| 99 | + <td><?= isset($row['thirdParty']) && $row['thirdParty'] ? 'Yes' : 'No' ?></td> |
100 | 100 | <td><?= isset($row['category']) ? $row['category'] : '' ?></td> |
101 | 101 | <td><?= isset($row['purpose']) ? $row['purpose'] : '' ?></td> |
102 | 102 | </tr> |
|
107 | 107 | <ol start="3"> |
108 | 108 | <li> |
109 | 109 | <?= |
110 | | - strpos($this->t('{themevanilla:policy:endurance_head}'), 'not translated') === false |
111 | | - ? $this->t('{themevanilla:policy:endurance_head}') |
112 | | - : '' |
| 110 | + strpos($this->t('{themevanilla:policy:endurance_head}'), 'not translated') === false |
| 111 | + ? $this->t('{themevanilla:policy:endurance_head}') |
| 112 | + : '' |
113 | 113 | ?> |
114 | 114 | </li> |
115 | 115 | </ol> |
116 | 116 | <?= |
117 | | - strpos($this->t('{themevanilla:policy:endurance_body}'), 'not translated') === false |
118 | | - ? $this->t('{themevanilla:policy:endurance_body}') |
119 | | - : '' |
| 117 | + strpos($this->t('{themevanilla:policy:endurance_body}'), 'not translated') === false |
| 118 | + ? $this->t('{themevanilla:policy:endurance_body}') |
| 119 | + : '' |
120 | 120 | ?> |
121 | 121 |
|
122 | 122 | <ol start="4"> |
123 | 123 | <li> |
124 | 124 | <?= |
125 | | - strpos($this->t('{themevanilla:policy:disable_cookie_head}'), 'not translated') === false |
126 | | - ? $this->t('{themevanilla:policy:disable_cookie_head}') |
127 | | - : '' |
| 125 | + strpos($this->t('{themevanilla:policy:disable_cookie_head}'), 'not translated') === false |
| 126 | + ? $this->t('{themevanilla:policy:disable_cookie_head}') |
| 127 | + : '' |
128 | 128 | ?> |
129 | 129 | </li> |
130 | 130 | </ol> |
131 | 131 | <?= |
132 | | - strpos($this->t('{themevanilla:policy:disable_cookie_body}'), 'not translated') === false |
133 | | - ? $this->t('{themevanilla:policy:disable_cookie_body}') |
134 | | - : '' |
| 132 | + strpos($this->t('{themevanilla:policy:disable_cookie_body}'), 'not translated') === false |
| 133 | + ? $this->t('{themevanilla:policy:disable_cookie_body}') |
| 134 | + : '' |
135 | 135 | ?> |
136 | 136 | <?= |
137 | | - strpos($this->t('{themevanilla:policy:note}'), 'not translated') === false |
138 | | - ? $this->t('{themevanilla:policy:note}') |
139 | | - : '' |
| 137 | + strpos($this->t('{themevanilla:policy:note}'), 'not translated') === false |
| 138 | + ? $this->t('{themevanilla:policy:note}') |
| 139 | + : '' |
140 | 140 | ?> |
141 | 141 | </div> |
142 | 142 |
|
143 | | -<?php $this->includeAtTemplateBase('includes/footer.php'); |
| 143 | +<?php |
| 144 | +$this->includeAtTemplateBase('includes/footer.php'); |
0 commit comments