Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/_profiles/7.php |
<div class="list <?php if( $user->highlight == 0 ) echo 'simple_list'; ?>">
<div class="thumb">
<a href="profile/item/<?php echo $user->id; ?>"><img src="/image.php/image-name.jpg?width=101&height=101&cropratio=1:1&image=/<?php echo Model_User_Image::get_thumb($user->id); ?>" class="thumb-img" alt=""/></a>
</div>
<div class="desc">
<h2 <?php if( $user->highlight == 1 ) echo 'class="promo"'; ?>><a href="profile/item/<?php echo $user->id; ?>"><?php echo $user->firstname; ?></a></h2>
<p><?php echo substr($user->description, 0, 200); ?>...<br/>
<strong <?php if( $user->highlight == 1 ) echo 'class="blue"'; ?>>
<?php echo $user->service_type_1; ?><?php if( !empty( $user->service_type_2 ) ) echo ", ".$user->service_type_2; ?><?php if( !empty( $user->service_type_3 ) ) echo ", ".$user->service_type_3; ?><br/>
</strong>
<?php echo $user->street; ?>, <?php echo Model_City::get_city_title( $user->city_id ); ?>
<a href="profile/item/<?php echo $user->id; ?>" class="more">Zamów jedzenie</a>
</p>
</div>
</div>