Follow up: Welcome tab

This commit is contained in:
ultimatemember
2014-12-21 17:47:37 +02:00
parent 2eb8c43ffc
commit 0f9e7547ee
14 changed files with 218 additions and 94 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
<div class="wrap about-wrap um-about-wrap">
<h1>Welcome to Ultimate Member</h1>
@@ -7,7 +8,7 @@
<h2 class="nav-tab-wrapper">
<?php foreach( $um_admin->about_tabs as $k => $tab ) {
<?php foreach( $this->about_tabs as $k => $tab ) {
if ( $k == $template ) {
$active = 'nav-tab-active';