diff options
Diffstat (limited to '')
-rw-r--r-- | admin.php | 3 | ||||
-rw-r--r-- | admin/intro.php | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -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 | // +-----------------------------------------------------------------------+ |