add popander
This commit is contained in:
12
blocks/top.php
Normal file
12
blocks/top.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?if(isset($items)):?>
|
||||
|
||||
<div class="mosts<?if ($subclass !== '') echo ' '.$subclass;?>">
|
||||
<h3 class="most_title">Самое читаемое</h3>
|
||||
|
||||
<?php foreach($items as $item):?>
|
||||
<div class="most"><a href="<?=$item['link']; ?>"><?=$item['title']?></a></div>
|
||||
<?php endforeach;?>
|
||||
|
||||
</div>
|
||||
|
||||
<?endif?>
|
||||
Reference in New Issue
Block a user