diff options
Diffstat (limited to 'frontends/php/services.php')
| -rw-r--r-- | frontends/php/services.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php index 57167c5a..6f286d2f 100644 --- a/frontends/php/services.php +++ b/frontends/php/services.php @@ -19,10 +19,11 @@ **/ ?> <?php + include "include/config.inc.php"; + $page["title"] = S_IT_SERVICES; $page["file"] = "services.php"; - include "include/config.inc.php"; show_header($page["title"],0,0); insert_confirm_javascript(); ?> |
