actuality and filter templates
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
b750ae41c4
commit
ef943eba75
17
templates/materio-search-api-actuality.tpl.php
Normal file
17
templates/materio-search-api-actuality.tpl.php
Normal 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>
|
3
templates/materio-search-api-filters-block.tpl.back
Normal file
3
templates/materio-search-api-filters-block.tpl.back
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
print render($content);
|
Loading…
x
Reference in New Issue
Block a user