mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Path correction and styling fixes
This commit is contained in:
@@ -20,7 +20,7 @@ class admin_shortcodes
|
||||
if (!ADMIN) { return ''; }
|
||||
return "
|
||||
<div style='text-align: center'>
|
||||
<input class='button' type='button' onclick=\"javascript: window.open('".e_ADMIN_ABS."credits.php', 'myWindow', 'status = 1, height = 400, width = 300, resizable = 0')\" value='".LAN_CREDITS."' />
|
||||
<input class='btn button' type='button' onclick=\"javascript: window.open('".e_ADMIN_ABS."credits.php', 'myWindow', 'status = 1, height = 400, width = 300, resizable = 0')\" value='".LAN_CREDITS."' />
|
||||
</div>";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user