This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
quadmenu/templates/logo.php
2025-01-20 16:38:41 +05:30

3 lines
235 B
PHP

<?php if ($url): ?>
<a class="quadmenu-navbar-brand img" href="<?php echo esc_url($link); ?>"><?php printf('<img height="60" width="160" src="%1$s" alt="%2$s"/>', esc_url($url), esc_attr(get_bloginfo('name'))); ?></a>
<?php endif; ?>