|
@@ -29,7 +29,7 @@ |
|
|
block discarded – undo |
|
29
|
29
|
|
|
30
|
30
|
<title><?= $enc->html( strip_tags( $catItem->getName() ) ) ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title> |
|
31
|
31
|
|
|
32
|
|
- <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/tree/url', map( $this->get( 'listParams', [] ))->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
|
32
|
+ <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/tree/url', map( $this->get( 'listParams', [] ) )->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
33
|
33
|
|
|
34
|
34
|
<?php foreach( $catItem->getRefItems( 'text', 'meta-keyword', 'default' ) as $textItem ) : ?> |
|
35
|
35
|
<meta name="keywords" content="<?= $enc->attr( strip_tags( $textItem->getContent() ) ) ?>"> |
Please login to merge, or discard this patch.