@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | $ret .= $xc->getXcXoopsRequest('op', 'op', 'global'); |
| 101 | 101 | $ret .= $xc->getXcLoad('XoopsFormLoader'); |
| 102 | 102 | $optionsSelect = array('global' => "{$language}PERMISSIONS_GLOBAL", 'approve' => "{$language}PERMISSIONS_APPROVE", |
| 103 | - 'submit' => "{$language}PERMISSIONS_SUBMIT", 'view' => "{$language}PERMISSIONS_VIEW", ); |
|
| 103 | + 'submit' => "{$language}PERMISSIONS_SUBMIT", 'view' => "{$language}PERMISSIONS_VIEW",); |
|
| 104 | 104 | $formSelect = $xc->getXoopsFormSelectExtraOptions('formSelect', '\'\'', 'op', $optionsSelect, 'onchange="document.fselperm.submit()"'); |
| 105 | 105 | $ret .= $cc->getXoopsSimpleForm('permTableForm', 'formSelect', $formSelect, '\'\'', 'fselperm', 'permissions'); |
| 106 | 106 | |
@@ -120,16 +120,16 @@ discard block |
||
| 120 | 120 | $cases = array('global' => array("\$formTitle = {$language}PERMISSIONS_GLOBAL;", |
| 121 | 121 | "\$permName = '{$moduleDirname}_ac';", |
| 122 | 122 | "\$permDesc = {$language}PERMISSIONS_GLOBAL_DESC;", |
| 123 | - "\$globalPerms = array( '4' => {$language}PERMISSIONS_GLOBAL_4, '8' => {$language}PERMISSIONS_GLOBAL_8, '16' => {$language}PERMISSIONS_GLOBAL_16 );", ), |
|
| 123 | + "\$globalPerms = array( '4' => {$language}PERMISSIONS_GLOBAL_4, '8' => {$language}PERMISSIONS_GLOBAL_8, '16' => {$language}PERMISSIONS_GLOBAL_16 );",), |
|
| 124 | 124 | 'approve' => array("\$formTitle = {$language}PERMISSIONS_APPROVE;", |
| 125 | 125 | "\$permName = '{$moduleDirname}_approve';", |
| 126 | - "\$permDesc = {$language}PERMISSIONS_APPROVE_DESC;", ), |
|
| 126 | + "\$permDesc = {$language}PERMISSIONS_APPROVE_DESC;",), |
|
| 127 | 127 | 'submit' => array("\$formTitle = {$language}PERMISSIONS_SUBMIT;", |
| 128 | 128 | "\$permName = '{$moduleDirname}_submit';", |
| 129 | - "\$permDesc = {$language}PERMISSIONS_SUBMIT_DESC;", ), |
|
| 129 | + "\$permDesc = {$language}PERMISSIONS_SUBMIT_DESC;",), |
|
| 130 | 130 | 'view' => array("\$formTitle = {$language}PERMISSIONS_VIEW;", |
| 131 | 131 | "\$permName = '{$moduleDirname}_view';", |
| 132 | - "\$permDesc = {$language}PERMISSIONS_VIEW_DESC;", ), ); |
|
| 132 | + "\$permDesc = {$language}PERMISSIONS_VIEW_DESC;",),); |
|
| 133 | 133 | |
| 134 | 134 | $contentSwitch = $pc->getPhpCodeCaseSwitch($cases, true, false, "\t"); |
| 135 | 135 | |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | { |
| 110 | 110 | $fields = $this->getTableFields($tableMid, $tableId); |
| 111 | 111 | $cases = array('form' => array($this->getUserRateForm($tableName, $language)), |
| 112 | - 'save' => array($this->getUserRateSave($moduleDirname, $fields, $tableName, $tableSolename, $tableAutoincrement, $language)), ); |
|
| 112 | + 'save' => array($this->getUserRateSave($moduleDirname, $fields, $tableName, $tableSolename, $tableAutoincrement, $language)),); |
|
| 113 | 113 | |
| 114 | 114 | return $this->xc->getXcSwitch('op', $cases, true); |
| 115 | 115 | } |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | $tableMid = $table->getVar('table_mid'); |
| 203 | 203 | $fields = $this->getTableFields($tableMid, $tableId); |
| 204 | 204 | $cases = array('form' => array($this->getUserBrokenForm($tableName, $language)), |
| 205 | - 'save' => array($this->getUserBrokenSave($moduleDirname, $fields, $tableName, $tableSolename, $tableAutoincrement, $language)), ); |
|
| 205 | + 'save' => array($this->getUserBrokenSave($moduleDirname, $fields, $tableName, $tableSolename, $tableAutoincrement, $language)),); |
|
| 206 | 206 | |
| 207 | 207 | return $xc->getXcSwitch('op', $cases, true); |
| 208 | 208 | } |
@@ -292,7 +292,7 @@ discard block |
||
| 292 | 292 | } |
| 293 | 293 | } |
| 294 | 294 | $getDefinesConf = array('NUMB_COL' => 'Number Columns', 'NUMB_COL_DESC' => 'Number Columns to View.', 'DIVIDEBY' => 'Divide By', 'DIVIDEBY_DESC' => 'Divide by columns number.', |
| 295 | - 'TABLE_TYPE' => 'Table Type', 'TABLE_TYPE_DESC' => 'Table Type is the bootstrap html table.', 'PANEL_TYPE' => 'Panel Type', 'PANEL_TYPE_DESC' => 'Panel Type is the bootstrap html div.', 'IDPAYPAL' => 'Paypal ID', 'IDPAYPAL_DESC' => 'Insert here your PayPal ID for donactions.', 'ADVERTISE' => 'Advertisement Code', 'ADVERTISE_DESC' => 'Insert here the advertisement code', 'MAINTAINEDBY' => 'Maintained By', 'MAINTAINEDBY_DESC' => 'Allow url of support site or community', 'BOOKMARKS' => 'Social Bookmarks', 'BOOKMARKS_DESC' => 'Show Social Bookmarks in the single page', 'FACEBOOK_COMMENTS' => 'Facebook comments', 'FACEBOOK_COMMENTS_DESC' => 'Allow Facebook comments in the single page', 'DISQUS_COMMENTS' => 'Disqus comments', 'DISQUS_COMMENTS_DESC' => 'Allow Disqus comments in the single page', ); |
|
| 295 | + 'TABLE_TYPE' => 'Table Type', 'TABLE_TYPE_DESC' => 'Table Type is the bootstrap html table.', 'PANEL_TYPE' => 'Panel Type', 'PANEL_TYPE_DESC' => 'Panel Type is the bootstrap html div.', 'IDPAYPAL' => 'Paypal ID', 'IDPAYPAL_DESC' => 'Insert here your PayPal ID for donactions.', 'ADVERTISE' => 'Advertisement Code', 'ADVERTISE_DESC' => 'Insert here the advertisement code', 'MAINTAINEDBY' => 'Maintained By', 'MAINTAINEDBY_DESC' => 'Allow url of support site or community', 'BOOKMARKS' => 'Social Bookmarks', 'BOOKMARKS_DESC' => 'Show Social Bookmarks in the single page', 'FACEBOOK_COMMENTS' => 'Facebook comments', 'FACEBOOK_COMMENTS_DESC' => 'Allow Facebook comments in the single page', 'DISQUS_COMMENTS' => 'Disqus comments', 'DISQUS_COMMENTS_DESC' => 'Allow Disqus comments in the single page',); |
|
| 296 | 296 | foreach ($getDefinesConf as $defc => $descc) { |
| 297 | 297 | $ret .= $df->getDefine($language, $defc, $descc); |
| 298 | 298 | } |
@@ -317,7 +317,7 @@ discard block |
||
| 317 | 317 | $stuTableSoleName = strtoupper($tableSoleName); |
| 318 | 318 | $ucfTableSoleName = ucfirst($tableSoleName); |
| 319 | 319 | $getDefinesNotif = array('GLOBAL_NOTIFY' => 'Global notify', 'GLOBAL_NOTIFY_DESC' => 'Global notify desc', 'CATEGORY_NOTIFY' => 'Category notify', |
| 320 | - 'CATEGORY_NOTIFY_DESC' => 'Category notify desc', $stuTableSoleName.'_NOTIFY' => $ucfTableSoleName.' notify', $stuTableSoleName.'_NOTIFY_DESC' => $ucfTableSoleName.' notify desc', 'GLOBAL_NEWCATEGORY_NOTIFY' => 'Global newcategory notify', 'GLOBAL_NEWCATEGORY_NOTIFY_CAPTION' => 'Global newcategory notify caption', 'GLOBAL_NEWCATEGORY_NOTIFY_DESC' => 'Global newcategory notify desc', 'GLOBAL_NEWCATEGORY_NOTIFY_SUBJECT' => 'Global newcategory notify subject', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY' => 'Global '.$tableSoleName.'modify notify', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_CAPTION' => 'Global '.$tableSoleName.' modify notify caption', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_DESC' => 'Global '.$tableSoleName.'modify notify desc', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.' modify notify subject', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY' => 'Global '.$tableSoleName.' broken notify', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_CAPTION' => 'Global '.$tableSoleName.'broken notify caption', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_DESC' => 'Global '.$tableSoleName.'broken notify desc', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.'broken notify subject', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY' => 'Global '.$tableSoleName.' submit notify', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_CAPTION' => 'Global '.$tableSoleName.' submit notify caption', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_DESC' => 'Global '.$tableSoleName.'submit notify desc', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.'submit notify subject', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY' => 'Global new'.$tableSoleName.' notify', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_CAPTION' => 'Global new'.$tableSoleName.' notify caption', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_DESC' => 'Global new'.$tableSoleName.' notify desc', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_SUBJECT' => 'Global new'.$tableSoleName.' notify subject', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY' => 'Category '.$tableSoleName.'submit notify', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_CAPTION' => 'Category '.$tableSoleName.' submit notify caption', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_DESC' => 'Category '.$tableSoleName.' submit notify desc', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_SUBJECT' => 'Category '.$tableSoleName.' submit notify subject', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY' => 'Category new'.$tableSoleName.' notify', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_CAPTION' => 'Category new'.$tableSoleName.' notify caption', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_DESC' => 'Category new'.$tableSoleName.' notify desc', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_SUBJECT' => 'Category new'.$tableSoleName.' notify subject', $stuTableSoleName.'_APPROVE_NOTIFY' => $ucfTableSoleName.' approve notify', $stuTableSoleName.'_APPROVE_NOTIFY_CAPTION' => $ucfTableSoleName.' approve notify caption', $stuTableSoleName.'_APPROVE_NOTIFY_DESC' => $ucfTableSoleName.' approve notify desc', $stuTableSoleName.'_APPROVE_NOTIFY_SUBJECT' => $ucfTableSoleName.' approve notify subject', ); |
|
| 320 | + 'CATEGORY_NOTIFY_DESC' => 'Category notify desc', $stuTableSoleName.'_NOTIFY' => $ucfTableSoleName.' notify', $stuTableSoleName.'_NOTIFY_DESC' => $ucfTableSoleName.' notify desc', 'GLOBAL_NEWCATEGORY_NOTIFY' => 'Global newcategory notify', 'GLOBAL_NEWCATEGORY_NOTIFY_CAPTION' => 'Global newcategory notify caption', 'GLOBAL_NEWCATEGORY_NOTIFY_DESC' => 'Global newcategory notify desc', 'GLOBAL_NEWCATEGORY_NOTIFY_SUBJECT' => 'Global newcategory notify subject', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY' => 'Global '.$tableSoleName.'modify notify', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_CAPTION' => 'Global '.$tableSoleName.' modify notify caption', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_DESC' => 'Global '.$tableSoleName.'modify notify desc', 'GLOBAL_'.$stuTableSoleName.'MODIFY_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.' modify notify subject', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY' => 'Global '.$tableSoleName.' broken notify', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_CAPTION' => 'Global '.$tableSoleName.'broken notify caption', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_DESC' => 'Global '.$tableSoleName.'broken notify desc', 'GLOBAL_'.$stuTableSoleName.'BROKEN_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.'broken notify subject', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY' => 'Global '.$tableSoleName.' submit notify', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_CAPTION' => 'Global '.$tableSoleName.' submit notify caption', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_DESC' => 'Global '.$tableSoleName.'submit notify desc', 'GLOBAL_'.$stuTableSoleName.'SUBMIT_NOTIFY_SUBJECT' => 'Global '.$tableSoleName.'submit notify subject', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY' => 'Global new'.$tableSoleName.' notify', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_CAPTION' => 'Global new'.$tableSoleName.' notify caption', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_DESC' => 'Global new'.$tableSoleName.' notify desc', 'GLOBAL_NEW'.$stuTableSoleName.'_NOTIFY_SUBJECT' => 'Global new'.$tableSoleName.' notify subject', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY' => 'Category '.$tableSoleName.'submit notify', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_CAPTION' => 'Category '.$tableSoleName.' submit notify caption', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_DESC' => 'Category '.$tableSoleName.' submit notify desc', 'CATEGORY_'.$stuTableSoleName.'SUBMIT_NOTIFY_SUBJECT' => 'Category '.$tableSoleName.' submit notify subject', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY' => 'Category new'.$tableSoleName.' notify', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_CAPTION' => 'Category new'.$tableSoleName.' notify caption', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_DESC' => 'Category new'.$tableSoleName.' notify desc', 'CATEGORY_NEW'.$stuTableSoleName.'_NOTIFY_SUBJECT' => 'Category new'.$tableSoleName.' notify subject', $stuTableSoleName.'_APPROVE_NOTIFY' => $ucfTableSoleName.' approve notify', $stuTableSoleName.'_APPROVE_NOTIFY_CAPTION' => $ucfTableSoleName.' approve notify caption', $stuTableSoleName.'_APPROVE_NOTIFY_DESC' => $ucfTableSoleName.' approve notify desc', $stuTableSoleName.'_APPROVE_NOTIFY_SUBJECT' => $ucfTableSoleName.' approve notify subject',); |
|
| 321 | 321 | foreach ($getDefinesNotif as $defn => $descn) { |
| 322 | 322 | $ret .= $df->getDefine($language, $defn, $descn); |
| 323 | 323 | } |
@@ -209,7 +209,7 @@ |
||
| 209 | 209 | $xc = TDMCreateXoopsCode::getInstance(); |
| 210 | 210 | $fields = $this->getTableFields($tableMid, $tableId); |
| 211 | 211 | $cases = array('form' => array($this->getUserSubmitForm($tableName, $language, $t)), |
| 212 | - 'save' => array($this->getUserSubmitSave($moduleDirname, $fields, $tableName, $tableSolename, $tableSubmit, $tableAutoincrement, $language, $t)), ); |
|
| 212 | + 'save' => array($this->getUserSubmitSave($moduleDirname, $fields, $tableName, $tableSolename, $tableSubmit, $tableAutoincrement, $language, $t)),); |
|
| 213 | 213 | |
| 214 | 214 | return $xc->getXcSwitch('op', $cases, true, false, $t); |
| 215 | 215 | } |
@@ -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,7 +21,7 @@ discard block |
||
| 21 | 21 | * |
| 22 | 22 | * @version $Id: tables.php 12258 2014-01-02 09:33:29Z timgno $ |
| 23 | 23 | */ |
| 24 | -include __DIR__ .'/header.php'; |
|
| 24 | +include __DIR__.'/header.php'; |
|
| 25 | 25 | // Recovered value of arguments op in the URL $ |
| 26 | 26 | $op = XoopsRequest::getString('op', 'list'); |
| 27 | 27 | // |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | $tablesObj = &$tables->create(); |
| 133 | 133 | } |
| 134 | 134 | $tableOrder = XoopsRequest::getInt('table_order'); |
| 135 | - $order = $tablesObj->isNew() ? $tableOrder + 1 : $tableOrder; |
|
| 135 | + $order = $tablesObj->isNew() ? $tableOrder+1 : $tableOrder; |
|
| 136 | 136 | // Form save tables |
| 137 | 137 | $tablesObj->setVars(array( |
| 138 | 138 | 'table_mid' => $tableMid, |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | 'table_category' => (1 == $_REQUEST['table_category']) ? 1 : 0, |
| 142 | 142 | 'table_fieldname' => $tableFieldname, |
| 143 | 143 | 'table_nbfields' => $tableNumbFields, |
| 144 | - 'table_order' => $order, )); |
|
| 144 | + 'table_order' => $order,)); |
|
| 145 | 145 | //Form table_image |
| 146 | 146 | include_once XOOPS_ROOT_PATH.'/class/uploader.php'; |
| 147 | 147 | $uploaddir = is_dir(XOOPS_ICONS32_PATH) ? XOOPS_ICONS32_PATH : TDMC_UPLOAD_IMGTAB_PATH; |
@@ -298,4 +298,4 @@ discard block |
||
| 298 | 298 | } |
| 299 | 299 | break; |
| 300 | 300 | } |
| 301 | -include __DIR__ .'/footer.php'; |
|
| 301 | +include __DIR__.'/footer.php'; |
|
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | * |
| 22 | 22 | * @version $Id: 1.91 fields.php 12258 2014-01-02 09:33:29Z timgno $ |
| 23 | 23 | */ |
| 24 | -include __DIR__ .'/header.php'; |
|
| 24 | +include __DIR__.'/header.php'; |
|
| 25 | 25 | // Recovered value of arguments op in the URL $ |
| 26 | 26 | $op = XoopsRequest::getString('op', 'list'); |
| 27 | 27 | // Get fields Variables |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | $fieldsObj->setVar('field_tfoot', (1 == $_REQUEST['field_tfoot'][$key]) ? 1 : 0); |
| 152 | 152 | $fieldsObj->setVar('field_block', (1 == $_REQUEST['field_block'][$key]) ? 1 : 0); |
| 153 | 153 | $fieldsObj->setVar('field_main', ($key == $_REQUEST['field_main'] ? 1 : 0)); |
| 154 | - $fieldsObj->setVar('field_search', (1 == $_REQUEST['field_search'][$key]) ? 1 : 0); |
|
| 154 | + $fieldsObj->setVar('field_search', (1 == $_REQUEST['field_search'][$key]) ? 1 : 0); |
|
| 155 | 155 | $fieldsObj->setVar('field_required', (1 == $_REQUEST['field_required'][$key]) ? 1 : 0); |
| 156 | 156 | // Insert Data |
| 157 | 157 | $tdmcreate->getHandler('fields')->insert($fieldsObj); |
@@ -246,4 +246,4 @@ discard block |
||
| 246 | 246 | } |
| 247 | 247 | break; |
| 248 | 248 | } |
| 249 | -include __DIR__ .'/footer.php'; |
|
| 249 | +include __DIR__.'/footer.php'; |
|
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | * |
| 22 | 22 | * @version $Id: 1.59 addfiles.php 11297 2013-03-24 10:58:10Z timgno $ |
| 23 | 23 | */ |
| 24 | -include __DIR__ .'/header.php'; |
|
| 24 | +include __DIR__.'/header.php'; |
|
| 25 | 25 | // Recovered value of argument op in the URL $ |
| 26 | 26 | $op = XoopsRequest::getString('op', 'list'); |
| 27 | 27 | // |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | 'file_mid' => $_POST['file_mid'], |
| 95 | 95 | 'file_name' => $_POST['file_name'], |
| 96 | 96 | 'file_extension' => $_POST['file_extension'], |
| 97 | - 'file_infolder' => $_POST['file_infolder'], )); |
|
| 97 | + 'file_infolder' => $_POST['file_infolder'],)); |
|
| 98 | 98 | |
| 99 | 99 | if ($tdmcreate->getHandler('addfiles')->insert($addfilesObj)) { |
| 100 | 100 | if ($addfilesObj->isNew()) { |
@@ -140,4 +140,4 @@ discard block |
||
| 140 | 140 | break; |
| 141 | 141 | } |
| 142 | 142 | |
| 143 | -include __DIR__ .'/footer.php'; |
|
| 143 | +include __DIR__.'/footer.php'; |
|