@@ -21,11 +21,11 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @version $Id: about.php 11084 2013-02-23 15:44:20Z timgno $ |
| 23 | 23 | */ |
| 24 | -include __DIR__ .'/header.php'; |
|
| 24 | +include __DIR__.'/header.php'; |
|
| 25 | 25 | $templateMain = 'tdmcreate_about.tpl'; |
| 26 | 26 | $GLOBALS['xoopsTpl']->assign('navigation', $adminMenu->displayNavigation('about.php')); |
| 27 | 27 | $about = $adminMenu->renderAbout($adminMenu->setPaypal('7LFE862PGJN88'), false); |
| 28 | 28 | $aboutRes = TDMCreate_MakeDonationForm($about); |
| 29 | 29 | $GLOBALS['xoopsTpl']->assign('maintained', sprintf(_AM_TDMCREATE_MAINTAINED, $GLOBALS['xoopsModule']->getVar('name'))); |
| 30 | 30 | $GLOBALS['xoopsTpl']->assign('about', $aboutRes); |
| 31 | -include __DIR__ .'/footer.php'; |
|
| 31 | +include __DIR__.'/footer.php'; |
|
@@ -21,11 +21,11 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @version $Id: about.php 11084 2013-02-23 15:44:20Z timgno $ |
| 23 | 23 | */ |
| 24 | -include __DIR__ .'/header.php'; |
|
| 24 | +include __DIR__.'/header.php'; |
|
| 25 | 25 | $templateMain = 'tdmcreate_about.tpl'; |
| 26 | 26 | $GLOBALS['xoopsTpl']->assign('navigation', $adminMenu->displayNavigation('about.php')); |
| 27 | 27 | $about = $adminMenu->renderAbout($adminMenu->setPaypal('7LFE862PGJN88'), false); |
| 28 | 28 | $aboutRes = TDMCreate_MakeDonationForm($about); |
| 29 | 29 | $GLOBALS['xoopsTpl']->assign('maintained', sprintf(_AM_TDMCREATE_MAINTAINED, $GLOBALS['xoopsModule']->getVar('name'))); |
| 30 | 30 | $GLOBALS['xoopsTpl']->assign('about', $aboutRes); |
| 31 | -include __DIR__ .'/footer.php'; |
|
| 31 | +include __DIR__.'/footer.php'; |
|