|
@@ 60-64 (lines=5) @@
|
| 57 |
|
$templateTitle = $settings['brandTemplate']; |
| 58 |
|
} |
| 59 |
|
|
| 60 |
|
if ($settings['useBrandPatternForEmptyMeta'] == 1 && trim($model->getMetaDescription()) != '') { |
| 61 |
|
$templateDesc = trim($model->getMetaDescription()); |
| 62 |
|
} else { |
| 63 |
|
$templateDesc = $settings['brandTemplateDesc']; |
| 64 |
|
} |
| 65 |
|
|
| 66 |
|
if ($settings['useBrandPatternForEmptyMeta'] == 1 && trim($model->getMetaKeywords()) != '') { |
| 67 |
|
$templateKey = trim($model->getMetaKeywords()); |
|
@@ 348-352 (lines=5) @@
|
| 345 |
|
$templateTitle = $settings['productTemplate']; |
| 346 |
|
} |
| 347 |
|
|
| 348 |
|
if ($settings['useProductPatternForEmptyMeta'] == 1 && trim($model->getMetaDescription()) != '') { |
| 349 |
|
$templateDesc = trim($model->getMetaDescription()); |
| 350 |
|
} else { |
| 351 |
|
$templateDesc = $settings['productTemplateDesc']; |
| 352 |
|
} |
| 353 |
|
|
| 354 |
|
if ($settings['useProductPatternForEmptyMeta'] == 1 && trim($model->getMetaKeywords()) != '') { |
| 355 |
|
$templateKey = trim($model->getMetaKeywords()); |