print t('With');
    ?>
</dt>
    <dd><?php 
    print $perfomers;
    ?>
</dd>
    <?php 
}
?>

  </dl>

  <?php 
if (!empty($tickets)) {
    ?>
    <?php 
    print culturefeed_search_detail_l('event', $cdbid, $title, t('Info & tickets'), array('attributes' => array('class' => 'button', 'id' => 'cf-readmore_' . $cdbid)));
    ?>
  <?php 
} else {
    ?>
    <?php 
    print culturefeed_search_detail_l('event', $cdbid, $title, t('More info'), array('attributes' => array('class' => 'button', 'id' => 'cf-readmore_' . $cdbid)));
    ?>
  <?php 
}
?>

</div>
 * Template for the summary of an actor.
 */
?>

<h3><a href="<?php 
print $url;
?>
"><?php 
print $title;
?>
</a></h3>
<?php 
if (isset($location['city'])) {
    print $location['city'];
}
?>

<?php 
if (!empty($thumbnail)) {
    ?>
<img src="<?php 
    print $thumbnail;
    ?>
?width=160&height=120&crop=auto" />
<?php 
}
?>

<?php 
print culturefeed_search_detail_l('actor', $cdbid, $title, t('More info'), array('attributes' => array('class' => 'button')));