<?php
/**
* #section-header for network/%network/invite
*/
global $theme;
add_css(get_path('theme', $theme) . '/section-header.css', 'theme');
?>
<div class="section-header">
<h1><?php print t('Invite New Members') ?></h1>
<a href="#import-address-book-lightbox" class="debug"><?php print t('Import from Address Book') ?></a>
</div>