]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
Most <em> tags replaced/removed
[mailer.git] / inc / modules / member / what-wernis.php
index a0f0a2b48ed466305d7d97d70f8a36c48ec3c909..84a5cea61acc65cf6e86fe1a323fc3f11f176379 100644 (file)
@@ -94,8 +94,8 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
                SQL_FREERESULT($result);
        } else {
                // Default links are not active!
-               $content['payout_link']   = '<em>{--MEMBER_WERNIS_PAYOUT_DISABLED--}</em>';
-               $content['withdraw_link'] = '<em>{--MEMBER_WERNIS_WITHDRAW_DISABLED--}</em>';
+               $content['payout_link']   = '<span class="bad">{--MEMBER_WERNIS_PAYOUT_DISABLED--}</span>';
+               $content['withdraw_link'] = '<span class="bad">{--MEMBER_WERNIS_WITHDRAW_DISABLED--}</span>';
 
                // Is the payout mode active?
                if (getConfig('wernis_payout_active') == 'Y') {