|
@@ 59-63 (lines=5) @@
|
| 56 |
|
$templateTitle = $settings['brandTemplate']; |
| 57 |
|
} |
| 58 |
|
|
| 59 |
|
if ($settings['useBrandPatternForEmptyMeta'] == 1 && trim($model->getMetaDescription()) != '') { |
| 60 |
|
$templateDesc = trim($model->getMetaDescription()); |
| 61 |
|
} else { |
| 62 |
|
$templateDesc = $settings['brandTemplateDesc']; |
| 63 |
|
} |
| 64 |
|
|
| 65 |
|
if ($settings['useBrandPatternForEmptyMeta'] == 1 && trim($model->getMetaKeywords()) != '') { |
| 66 |
|
$templateKey = trim($model->getMetaKeywords()); |
|
@@ 329-333 (lines=5) @@
|
| 326 |
|
$templateTitle = $settings['productTemplate']; |
| 327 |
|
} |
| 328 |
|
|
| 329 |
|
if ($settings['useProductPatternForEmptyMeta'] == 1 && trim($model->getMetaDescription()) != '') { |
| 330 |
|
$templateDesc = trim($model->getMetaDescription()); |
| 331 |
|
} else { |
| 332 |
|
$templateDesc = $settings['productTemplateDesc']; |
| 333 |
|
} |
| 334 |
|
|
| 335 |
|
if ($settings['useProductPatternForEmptyMeta'] == 1 && trim($model->getMetaKeywords()) != '') { |
| 336 |
|
$templateKey = trim($model->getMetaKeywords()); |