Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created May 7, 2014 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiopvilar/6ac014b62ceb37ee9743 to your computer and use it in GitHub Desktop.
Save sergiopvilar/6ac014b62ceb37ee9743 to your computer and use it in GitHub Desktop.
<?php foreach($app->destaque->find() as $destaque): ?>
<article class="slide" style="background-image: url('<?=$imovel->thumbnail->full?>')">
<div class="container">
<?php get_template_part('category', 'nav'); ?>
<hgroup class="group col-md-7">
<h1><a href="<?=$destaque->link?>" title="<?=$destaque->title?>"><?=$destaque->title?></a></h1>
<h2><a href="<?=$destaque->link?>" title="<?=$destaque->subtitulo?>"><?=$destaque->subtitulo?></a></h2>
</hgroup>
</div>
</article>
<?php endforeach; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment