diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index c8abe129..d1f74fd1 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -19,11 +19,12 @@ **/ ?> <?php + include "include/config.inc.php"; + include "include/forms.inc.php"; + $page["title"] = S_CONFIGURATION_OF_ITEMS; $page["file"] = "items.php"; - include "include/config.inc.php"; - include "include/forms.inc.php"; show_header($page["title"],0,0); insert_confirm_javascript(); ?> |
