flack /
openpsa
| 1 | <!DOCTYPE html> |
||
| 2 | <html lang="<?php echo midcom::get()->i18n->get_current_language(); ?>"> |
||
| 3 | <head> |
||
| 4 | <meta charset="UTF-8"> |
||
| 5 | <title><(title)> - <?php echo midcom_core_context::get()->get_key(MIDCOM_CONTEXT_PAGETITLE); ?></title> |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 6 | <?php midcom::get()->head->print_head_elements(); ?> |
||
| 7 | </head> |
||
| 8 | |||
| 9 | <body<?php midcom::get()->head->print_jsonload(); ?>> |
||
| 10 | <(content)> |
||
| 11 | <?php |
||
| 12 | midcom::get()->uimessages->show(); |
||
| 13 | midcom::get()->toolbars->show(); |
||
| 14 | ?> |
||
| 15 | </body> |
||
| 16 | </html> |
||
| 17 |