|
@@ -17,11 +17,11 @@ |
|
|
block discarded – undo |
|
17
|
17
|
* @author XOOPS Development Team |
|
18
|
18
|
*/ |
|
19
|
19
|
|
|
20
|
|
-require_once __DIR__ . '/admin_header.php'; |
|
|
20
|
+require_once __DIR__.'/admin_header.php'; |
|
21
|
21
|
xoops_cp_header(); |
|
22
|
22
|
|
|
23
|
23
|
$adminObject->displayNavigation(basename(__FILE__)); |
|
24
|
24
|
\Xmf\Module\Admin::setPaypal('[email protected]'); |
|
25
|
25
|
$adminObject->displayAbout(false); |
|
26
|
26
|
|
|
27
|
|
-require_once __DIR__ . '/admin_footer.php'; |
|
|
27
|
+require_once __DIR__.'/admin_footer.php'; |
Please login to merge, or discard this patch.