|
@@ 183-184 (lines=2) @@
|
| 180 |
|
$tab_context['tabs'][$id]['add_params'] = $tab['add_params']; |
| 181 |
|
|
| 182 |
|
// Has it been deemed selected? |
| 183 |
|
if (!empty($tab['is_selected'])) |
| 184 |
|
$tab_context['tabs'][$id]['is_selected'] = true; |
| 185 |
|
|
| 186 |
|
// Does it have its own help? |
| 187 |
|
if (!empty($tab['help'])) |
|
@@ 187-188 (lines=2) @@
|
| 184 |
|
$tab_context['tabs'][$id]['is_selected'] = true; |
| 185 |
|
|
| 186 |
|
// Does it have its own help? |
| 187 |
|
if (!empty($tab['help'])) |
| 188 |
|
$tab_context['tabs'][$id]['help'] = $tab['help']; |
| 189 |
|
|
| 190 |
|
// Is this the last one? |
| 191 |
|
if (!empty($tab['is_last']) && !isset($tab_context['override_last'])) |