|
@@ 378-380 (lines=3) @@
|
| 375 |
|
|
| 376 |
|
tpl_set_var('sponsorbottom', $opt['page']['sponsor']['bottom']); |
| 377 |
|
|
| 378 |
|
if (isset($opt['locale'][$locale]['page']['subtitle1'])) { |
| 379 |
|
$opt['page']['subtitle1'] = $opt['locale'][$locale]['page']['subtitle1']; |
| 380 |
|
} |
| 381 |
|
if (isset($opt['locale'][$locale]['page']['subtitle2'])) { |
| 382 |
|
$opt['page']['subtitle2'] = $opt['locale'][$locale]['page']['subtitle2']; |
| 383 |
|
} |
|
@@ 381-383 (lines=3) @@
|
| 378 |
|
if (isset($opt['locale'][$locale]['page']['subtitle1'])) { |
| 379 |
|
$opt['page']['subtitle1'] = $opt['locale'][$locale]['page']['subtitle1']; |
| 380 |
|
} |
| 381 |
|
if (isset($opt['locale'][$locale]['page']['subtitle2'])) { |
| 382 |
|
$opt['page']['subtitle2'] = $opt['locale'][$locale]['page']['subtitle2']; |
| 383 |
|
} |
| 384 |
|
tpl_set_var('opt_page_subtitle1', $opt['page']['subtitle1']); |
| 385 |
|
tpl_set_var('opt_page_subtitle2', $opt['page']['subtitle2']); |
| 386 |
|
tpl_set_var('opt_page_title', $opt['page']['title']); |