actuality and filter templates

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2012-10-30 18:09:48 +01:00
parent b750ae41c4
commit ef943eba75
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?php
?>
<section class="materiobase-actuality">
<?php if($count): ?>
<div class="actuality-items">
<?php print render(entity_view('node', $items, $view_mode)); ?>
</div>
<div class="pager">
<?php print $pager; ?>
</div>
<?php else : ?>
<div class="actuality-no-items">
<h2><?php print t('There is now actuality for now.');?></h2>
</div>
<?php endif ;?>
</section>

View File

@ -0,0 +1,3 @@
<?php
print render($content);