Ignore:
Timestamp:
Sep 20, 2004, 10:08:15 PM (20 years ago)
Author:
z0rglub
Message:
  • huge refactoring of admin/configuration.php (reminder : tabs in code are forbidden, only blank spaces are allowed)
  • in admin panel, remote site management is in "general" section and not in "configuration" section
  • when retrieving languages, the array keys must be the language code and not its display name (because 2 language codes might have the same display name)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin.tpl

    r527 r528  
    1717<ul class="menu">
    1818  <li><a class="adminMenu" href="{U_FAQ}">{L_FAQ}</a></li>
     19  <li><a class="adminMenu" href="{U_SITES}">{L_SITES}</a></li>
    1920  <li><a class="adminMenu" href="{U_PHPINFO}">{L_PHPINFO}</a></li>
    2021  <li><a class="adminMenu" href="{U_HISTORY}">{L_HISTORY}</a></li>
     
    3031  <li><a class="adminMenu" href="{U_CONFIG_SESSION}">{L_CONFIG_SESSION}</a></li>
    3132  <li><a class="adminMenu" href="{U_CONFIG_METADATA}">{L_CONFIG_METADATA}</a></li>
    32   <li><a class="adminMenu" href="{U_CONFIG_SITES}">{L_CONFIG_SITES}</a></li>
    33   </ul>
     33</ul>
    3434</div>
    3535<div class="titreMenu">{L_CATEGORIES}</div>
Note: See TracChangeset for help on using the changeset viewer.