1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Add a custom message to Appear Above SignUpBox

This commit is contained in:
daniel 2020-04-19 12:40:05 -03:00
parent 1ccabf63e9
commit 7222f06e89

View file

@ -35,7 +35,7 @@ $agreement = AVideoPlugin::loadPluginIfEnabled("SignUpAgreement");
<div class="col-xs-12 col-sm-12 col-lg-12">
<?php
if(!empty($advancedCustomUser->messageToAppearAboveSignUpBox)){
echo $advancedCustomUser->messageToAppearAboveSignUpBox;
echo $advancedCustomUser->messageToAppearAboveSignUpBox->value;
}
?>
</div>