getAutoThumbText(); $cost = ''; if (isset($claim->price) && $claim->price > 0) { $cost = $this->Amount->formatCurrency($claim->price) . ' LBC'; } else if (isset($claim->fee) && strtolower($claim->fee_currency) === 'lbc') { $cost = $this->Amount->formatCurrency($claim->fee) . ' LBC'; } $a = ['purple', 'orange', 'blue', 'teal', 'green', 'yellow']; // content type $ctTag = $claim->getContentTag(); ?>