Changeset 515


Ignore:
Timestamp:
Sep 4, 2004, 11:19:36 AM (20 years ago)
Author:
z0rglub
Message:

when clicking on configuration page of admin panel, the general section in
the menu was not displayed as the focused one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r512 r515  
    233233foreach (array_keys($sections) as $section)
    234234{
    235   if (isset($_GET['section']) and $_GET['section'] == $section)
     235  if ($section == $page['section'])
    236236  {
    237237    $class = 'opened';
Note: See TracChangeset for help on using the changeset viewer.