Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created July 20, 2012 07:38
Show Gist options
  • Select an option

  • Save bastianallgeier/3149324 to your computer and use it in GitHub Desktop.

Select an option

Save bastianallgeier/3149324 to your computer and use it in GitHub Desktop.
<ul>
<?php foreach($results as $result): ?>
<li>
<strong><a href="<?php echo $result->url() ?>"><?php echo html($result->title()) ?></a></strong>
<a href="<?php echo $result->url() ?>"><?php echo html($result->url()) ?></a>
<p><?php echo excerpt($result->text(), 300) ?></p>
</li>
<?php endforeach ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment