Completed
Push — master ( a041ab...7e66c0 )
by Gino
04:49 queued 01:03
created
admin/building.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
admin/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.