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

Social Share Buttons, version 1.9. 18 lines.

- Page: https://pluginprobe.com/plugins/share-button/1.9/code/admin/header.php
- Raw: https://pluginprobe.com/plugins/share-button/1.9/raw/admin/header.php
- Modified: 2018-04-19T12:12:58+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.9/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='http://wordpress.org/support/'>Support Forums</a>
			| <a href='http://wordpress.org/support/'>FAQ</a>
		</p>

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

```
