Recent Changes

This commit is contained in:
ultimatemember
2015-01-06 00:38:33 +02:00
parent 22880e5ae6
commit b0d42ad4c8
24 changed files with 424 additions and 288 deletions
+3 -16
View File
@@ -1,5 +1,5 @@
<?php include_once um_path . 'admin/templates/about_header.php'; ?>
<?php global $ultimatemember; include_once um_path . 'admin/templates/about_header.php'; ?>
<div class="changelog headline-feature dfw">
<h2>Introducing Ultimate Member</h2>
@@ -68,20 +68,7 @@
</div>
</div>
<hr />
<div class="return-to-dashboard">
<a href="<?php echo admin_url('admin.php?page=ultimatemember'); ?>">Go to Plugin Dashboard &rarr;</a>
<div class="alignright">
<?php global $reduxConfig; foreach ( $reduxConfig->args['share_icons'] as $k => $arr ) { ?><a href="<?php echo $arr['url']; ?>" class="um-about-icon um-admin-tipsy-n" title="<?php echo $arr['title']; ?>" target="_blank"><i class="<?php echo $arr['icon']; ?>"></i></a><?php } ?>
</div>
</div>
</div>
</div>
<?php include_once um_path . 'admin/templates/about_footer.php'; ?>