mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Always display document and comment at top, in that order, in additions setup screen
This commit is contained in:
parent
4765919d1f
commit
c3cc12008e
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ class documentView extends document
|
|||
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$tpl = $oTemplate->compile($this->module_path.'tpl', 'document_module_config');
|
||||
$obj .= $tpl;
|
||||
$obj = $tpl . $obj;
|
||||
|
||||
return new BaseObject();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue