2014-12-21 17:47:37 +02:00
|
|
|
<div class="wrap about-wrap um-about-wrap">
|
2014-12-20 18:02:41 +02:00
|
|
|
|
|
|
|
|
<h1>Welcome to Ultimate Member</h1>
|
|
|
|
|
|
|
|
|
|
<div class="about-text">Thank you for installing! Ultimate Member is a powerful community and membership plugin that allows you to create beautiful community and membership sites with WordPress.</div>
|
|
|
|
|
|
2015-01-21 20:30:50 +02:00
|
|
|
<div class="wp-badge um-badge">Version <?php echo ultimatemember_version; ?></div>
|
2014-12-20 18:02:41 +02:00
|
|
|
|
|
|
|
|
<h2 class="nav-tab-wrapper">
|
|
|
|
|
|
2014-12-21 17:47:37 +02:00
|
|
|
<?php foreach( $this->about_tabs as $k => $tab ) {
|
2014-12-20 18:02:41 +02:00
|
|
|
|
|
|
|
|
if ( $k == $template ) {
|
|
|
|
|
$active = 'nav-tab-active';
|
|
|
|
|
} else {
|
|
|
|
|
$active = '';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<a href="<?php echo admin_url('admin.php?page=ultimatemember-' . $k); ?>" class="nav-tab <?php echo $active; ?>"><?php echo $tab; ?></a>
|
|
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
</h2>
|