| = _t('@users', 'User'); ?> | = ( ! empty($user['email']) ? $user['email'] : ( ! empty($user['phone_number']) ? $user['phone_number'] : $user['name'] )) ?> ? |
| = _t('@listings', 'Company'); ?> | |
| = _t('@listings', 'Title'); ?> | = tpl::truncate($title, 70, '...', true) ?> |
| = _t('@listings', 'Price'); ?> | = $price ?? '' ?> = $price_mod ?? '' ?> |
| = _t('@listings', 'Description'); ?> | = tpl::truncate($descr, 170, '...', true) ?> |
| = _t('@listings', 'Photo'); ?> |
|
| = _t('@listings', 'Category'); ?> | $v['id']]).'">'.$v['title'].''.(++$i < $j ? ' » ':''); endforeach; ?> |