mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 00:12:14 +02:00
when clicking on configuration page of admin panel, the general section in
the menu was not displayed as the focused one. git-svn-id: http://piwigo.org/svn/trunk@515 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -232,7 +232,7 @@ $template->assign_vars(
|
||||
$base_url = PHPWG_ROOT_PATH.'admin.php?page=configuration&section=';
|
||||
foreach (array_keys($sections) as $section)
|
||||
{
|
||||
if (isset($_GET['section']) and $_GET['section'] == $section)
|
||||
if ($section == $page['section'])
|
||||
{
|
||||
$class = 'opened';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user