kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/footer/widget-area-2/view.php

13 lines
228 B
PHP
Raw Normal View History

2025-08-27 08:44:30 +02:00
<?php
echo blocksy_render_view(
get_template_directory() . '/inc/panel-builder/footer/widget-area-1/view.php',
[
'atts' => $atts,
'attr' => $attr,
'class' => 'widget-area-2',
'sidebar' => 'ct-footer-sidebar-2'
]
);