15 lines
230 B
PHP
15 lines
230 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
echo blocksy_render_view(
|
||
|
|
get_template_directory() . '/inc/panel-builder/footer/widget-area-1/view.php',
|
||
|
|
[
|
||
|
|
'atts' => $atts,
|
||
|
|
'attr' => $attr,
|
||
|
|
'class' => 'widget-area-4',
|
||
|
|
'sidebar' => 'ct-footer-sidebar-4'
|
||
|
|
]
|
||
|
|
);
|
||
|
|
|
||
|
|
|
||
|
|
|