aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php3
1 files changed, 3 insertions, 0 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');