Merge branch 'moveHighlightparent' into 'master'
Move the highlightparent-plugin, because messages See merge request !48
This commit is contained in:
commit
21a259a048
1 changed files with 7 additions and 1 deletions
8
main.php
8
main.php
|
@ -325,7 +325,13 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
</div>
|
||||
|
||||
<div class="qc-output"></div>
|
||||
|
||||
<?php
|
||||
/** @var action_plugin_highlightparent $highlightParent */
|
||||
$highlightParent = plugin_load('action', 'highlightparent');
|
||||
if ($highlightParent) {
|
||||
echo $highlightParent->tpl();
|
||||
}
|
||||
?>
|
||||
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||
<div class="clearer"></div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue