Function showNotice
A method to create a simple html page that shows a custom text and a navigation button. This should be used to show notices or errors during installation or update.
Copyright:
2004-2016 The Admidio Team
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
Parameters summary
string |
$message |
A (html) message that should be displayed. |
string |
$url |
The url to which the user should be navigated if he clicks the button. |
string |
$buttonText |
The text of the button. |
string |
$buttonIcon |
The icon of the button. |
boolean |
$update = false |