print_stop_message is just to get an error phrase name as parameter and call print_cp_message
from admincp/adminfunctions.php (3.5 beta 2)
Quote:
Halts execution and shows a message based upon a parsed phrase
After the first parameter, this function can take any number of additional
parameters, in order to replace {1}, {2}, {3},... {n} variable place holders
within the given phrase text. The parsed phrase is then passed to print_cp_message()
Note that a redirect can be performed if CP_REDIRECT is defined with a URL
* phrasename string Name of phrase (from the Error phrase group)
* param_2 string 1st variable replacement {1}
* param_3 string 2nd variable replacement {2}
* param_n string Nth variable replacement {n}
function print_stop_message( phrasename )
|
these images have nothing to do with this post