# quadmenu/3.3.4/templates/logo.php

QuadMenu – Mega Menu, version 3.3.4. 3 lines.

- Page: https://pluginprobe.com/plugins/quadmenu/3.3.4/code/templates/logo.php
- Raw: https://pluginprobe.com/plugins/quadmenu/3.3.4/raw/templates/logo.php
- Modified: 2024-10-03T08:33:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/quadmenu/3.3.4/code/templates/logo.php#L10-L20`.

```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; ?>
```
