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:
parent
1ccabf63e9
commit
7222f06e89
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue