golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/elements/menu
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
base.php
387 B
Del
OK
Edit: base.php
<?php namespace Breakdance\Elements\Menu; use Breakdance\Render\Twig; /** * @param array $properties * @param string $theme * @return string */ function renderMenuSection($properties, $theme = '') { $template = '{{ macros.menuSection(props, theme) }}'; return Twig::getInstance()->runTwig($template, [ 'props' => $properties, 'theme' => $theme, ]); }
Save