diff options
author | vdigital <vdigital@piwigo.org> | 2008-05-03 17:28:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-05-03 17:28:15 +0000 |
commit | 160bebef28b1f2427d546da9168b1b7d91a64eff (patch) | |
tree | 841648c4bdb7f1261331ef6ad8e6c0879bda5017 /admin | |
parent | 40a882c3cf93030546f5ae2eddde7644c9db99bc (diff) |
Start of Stripy look on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2328 68402e56-0260-453c-a942-63ccdbb3a9ee
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 | // +-----------------------------------------------------------------------+ |