| | 82 | $str = ereg_replace('%TXTFR', (string)$file->getEstate()->getCommentMarketing(), $str); |
|---|
| | 83 | $str = ereg_replace('%TXTEN', (string)$file->getEstate()->getCommentMarketingEn(), $str); |
|---|
| | 84 | $str = ereg_replace('%TXTIT', (string)$file->getEstate()->getCommentMarketingIt(), $str); |
|---|
| | 85 | $str = ereg_replace('%TXTDE', (string)$file->getEstate()->getCommentMarketingDe(), $str); |
|---|
| | 86 | $str = ereg_replace('%TXTES', (string)$file->getEstate()->getCommentMarketingEs(), $str); |
|---|
| | 87 | $str = ereg_replace('%TXTRU', (string)$file->getEstate()->getCommentMarketingRu(), $str); |
|---|