6 lines
132 B
PHP
6 lines
132 B
PHP
<aside>
|
|
@foreach($tops as $top)
|
|
@include("themes::themetoro.inc.rightbar." . $top['template'])
|
|
@endforeach
|
|
</aside>
|