예제 #1
0
      <h1><span>&nbsp;<strong><?php 
echo t('Neueste Akteure');
?>
</strong>&nbsp;</span></h1>
      <a href="<?php 
echo base_path();
?>
akteure" id="allakteure" class="small button frontpage"><?php 
echo t('Alle Akteure');
?>
</a>
     </div>

      <?php 
// Load "Meine Akteure"-Block
foreach ($blocks->print_letzte_akteure(8) as $count => $akteur) {
    ?>
      <a href="<?php 
    echo base_path() . 'akteurprofil/' . $akteur->AID;
    ?>
" title="<?php 
    echo t('Akteurprofil besuchen');
    ?>
">
      <div class="large-3 small-5 columns pcard<?php 
    echo $count >= 4 ? ' show-for-medium' : '';
    ?>
">
       <header <?php 
    echo !empty($akteur->bild) ? 'style="background-image:url(' . $akteur->bild . ');"' : '';
    echo $akteur->renderSmallName ? ' class="renderSmallName"' : '';