mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 00:34:13 +01:00
6 lines
265 B
Python
6 lines
265 B
Python
if (ADMIN) {
|
|
return "<div style='text-align: center'>
|
|
<input class='button' type='button' onclick=\"javascript: window.open('".e_ADMIN."credits.php', 'myWindow', 'status = 1, height = 400, width = 300, resizable = 0')\" value='".LAN_CREDITS."' />
|
|
</div>";
|
|
}
|