Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/blocksy-companion-pro   php

Repository URL to install this package:

Version: 1.8.76 

<?php

echo blocksy_render_view(
	get_template_directory() . '/inc/panel-builder/footer/menu/view.php',
	[
		'atts' => $atts,
		'attr' => $attr,
		'class' => 'footer-menu-inline',
		'id' => 'footer-menu-2',
		'location' => 'footer_2'
	]
);