# share-button/1.19/admin/header.php

Social Share Buttons, version 1.19. 18 lines.

- Page: https://pluginprobe.com/plugins/share-button/1.19/code/admin/header.php
- Raw: https://pluginprobe.com/plugins/share-button/1.19/raw/admin/header.php
- Modified: 2021-04-15T10:53:24+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/share-button/1.19/code/admin/header.php#L10-L20`.

```php

<div id='maxbuttons' class='maxbuttons-social'  <?php if (isset($tabs_active) && $tabs_active) echo "data-view='tabs'" ?>>
	<div class='wrap'>

	<h1 class='title'><span><?php echo $title ?></span>
		<div class='logo'>
		<?php do_action("mb-display-logo"); ?>
		<p>
			<a href='https://wordpress.org/support/plugin/share-button/'><?php _e('Support Forums', 'mbsocial'); ?></a>

		</p>

		</div>
  </h1>
<div class='mb_header_notices'><?php do_action('mb/header/display_notices'); ?></div>
<div class='clear'></div>
<div class='main'>

```
