aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-05-03 17:28:15 +0000
committervdigital <vdigital@piwigo.org>2008-05-03 17:28:15 +0000
commit160bebef28b1f2427d546da9168b1b7d91a64eff (patch)
tree841648c4bdb7f1261331ef6ad8e6c0879bda5017 /admin
parent40a882c3cf93030546f5ae2eddde7644c9db99bc (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.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 |
// +-----------------------------------------------------------------------+