21 lines
899 B
PHP
21 lines
899 B
PHP
<?php $this->get_element('subnavigation_portfolio', array('aktiv'=>'drucksachen')); ?>
|
|
|
|
<div id="inhalt">
|
|
<h2>Drucksachen</h2>
|
|
<?php $this->say('page_navigator', 'string', null, true); ?>
|
|
|
|
<?php foreach( $this->get('referenzen') as $projekt ) { ?>
|
|
<div class="referenz">
|
|
<div class="thumbnail"><a href="/public/img/print/sideshow/print_<?php $projekt->say('shortname'); ?>.png" rel="lightbox"><img class="referenz_bild" src="/public/img/print/teaserbilder/excerpt_<?php $projekt->say('shortname'); ?>.gif" width="189" height="125" alt="<?php $projekt->say('title'); ?>"></a></div>
|
|
<div class="description">
|
|
<h3><?php $projekt->say('title'); ?></h3>
|
|
<p><b>Kunde:</b> <?php $projekt->say('client'); ?></p>
|
|
<p><b>Auftrag:</b> <?php $projekt->say('assignment'); ?></p>
|
|
</div>
|
|
</div>
|
|
|
|
<?php } // end foreach ?>
|
|
|
|
<?php $this->say('page_navigator', 'string', null, true); ?>
|
|
</div>
|