message area + admin part 1
This commit is contained in:
parent
54bed87c4e
commit
ccf1b0eac9
8 changed files with 439 additions and 363 deletions
4
main.php
4
main.php
|
@ -295,6 +295,9 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
tpl_includeFile('pageheader.html')
|
||||
?>
|
||||
|
||||
<?php
|
||||
?>
|
||||
|
||||
<div class="breadcrumbs">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
||||
|
||||
|
@ -345,6 +348,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
</div>
|
||||
|
||||
|
||||
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||
<?php
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue