aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin.php3
-rw-r--r--admin/intro.php3
2 files changed, 3 insertions, 3 deletions
diff --git a/admin.php b/admin.php
index c0762ed9d..92433f30f 100644
--- a/admin.php
+++ b/admin.php
@@ -135,6 +135,9 @@ if (count($page['infos']) != 0)
$template->assign('infos', $page['infos']);
}
+// Add the PhpWebGallery Official menu
+ $template->assign( 'pwgmenu', pwg_URL() );
+
include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->pparse('admin');
diff --git a/admin/intro.php b/admin/intro.php
index 1585b0482..d30c30532 100644
--- a/admin/intro.php
+++ b/admin/intro.php
@@ -268,9 +268,6 @@ if ($nb_comments > 0)
);
}
-// Add the PhpWebGallery Official menu
- $template->assign( 'pwgmenu', pwg_URL() );
-
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+