0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTErrorMessage.php
<?php function smarty_function_MTErrorMessage($args, &$ctx) { // status: complete // parameters: none $err = $ctx->stash('error_message'); return empty($err) ? '' : $err; } ?>