mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -21,7 +21,7 @@ class menuAdminView extends menu
|
|||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Site map admin menu index page
|
||||
* @return void
|
||||
|
|
@ -40,7 +40,7 @@ class menuAdminView extends menu
|
|||
$oMenuController = getAdminController('menu');
|
||||
$oMenuController->linkAllModuleInstancesToSitemap();
|
||||
}
|
||||
|
||||
|
||||
// get installed module list
|
||||
$oPageController = getController('page'); //for lang
|
||||
$oMenuAdminModel = getAdminModel('menu');
|
||||
|
|
@ -79,7 +79,7 @@ class menuAdminView extends menu
|
|||
}
|
||||
}
|
||||
Context::set('group_list', $groupList);
|
||||
|
||||
|
||||
// Get layout instance list
|
||||
$oLayoutModel = getModel('layout');
|
||||
$layouts_P = $oLayoutModel->getLayoutList(0, 'P') ?: [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue