Skip to content

Commit

Permalink
fix userinfo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Mar 7, 2024
1 parent 9a22e8e commit 5337bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/userinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
echo "<div class='passport-username'><strong>MEMBER:</strong> " . $userinfo['first_name'] . " " . $userinfo['last_name'] . "</div>";
echo "<p class='passport-status'><strong>STATUS:</strong> Expired <i class='fa fa-times-circle passport-red'></i></p>";
if (!empty($join_url)) {echo "<p>Your $station_nice_name Passport membership has expired. Please renew your $station_nice_name membership to continue enjoying $station_nice_name Passport content.</p><div class='activate-options cf'><ul><li class='service-login-link watch'><a href='$join_url'><button class='pp-button-blue'>Renew Membership</button></a></li>";
if (!empty($donor_portal_url)) {echo "<li class='service-login-link watch'><p><a href='$donor_portal_url' target=_new><button class='pp-button-blue'>Member Portal</button></a></p></li>";}
if (!empty($donor_portal_url)) {echo "<li class='service-login-link watch'><a href='$donor_portal_url' target=_new><button class='pp-button-blue'>Member Portal</button></a></li>";}
echo "</ul></div>";}
}

Expand Down

0 comments on commit 5337bfa

Please sign in to comment.