kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/header/menu-secondary/view.php

14 lines
230 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
echo blocksy_render_view(
get_template_directory() . '/inc/panel-builder/header/menu/view.php',
[
'atts' => $atts,
'attr' => $attr,
'device' => $device,
'class' => 'header-menu-2',
'location' => 'menu_2'
]
);