|
@@ 193-194 (lines=2) @@
|
| 190 |
|
$tab_context['tabs'][$id]['add_params'] = $tab['add_params']; |
| 191 |
|
|
| 192 |
|
// Has it been deemed selected? |
| 193 |
|
if (!empty($tab['is_selected'])) |
| 194 |
|
$tab_context['tabs'][$id]['is_selected'] = true; |
| 195 |
|
|
| 196 |
|
// Does it have its own help? |
| 197 |
|
if (!empty($tab['help'])) |
|
@@ 197-198 (lines=2) @@
|
| 194 |
|
$tab_context['tabs'][$id]['is_selected'] = true; |
| 195 |
|
|
| 196 |
|
// Does it have its own help? |
| 197 |
|
if (!empty($tab['help'])) |
| 198 |
|
$tab_context['tabs'][$id]['help'] = $tab['help']; |
| 199 |
|
|
| 200 |
|
// Is this the last one? |
| 201 |
|
if (!empty($tab['is_last']) && !isset($tab_context['override_last'])) |