Ignore:
Timestamp:
Nov 7, 2013, 4:30:59 PM (10 years ago)
Author:
mistic100
Message:

feature 2995 and feature 2997
change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/add_core_tabs.inc.php

    r25237 r25372  
    6969    case 'configuration':
    7070      global $conf_link;
    71       $sheets['main'] = array('caption' => l10n('Main'), 'url' => $conf_link.'main');
     71      $sheets['main'] = array('caption' => l10n('General'), 'url' => $conf_link.'main');
    7272      $sheets['sizes'] = array('caption' => l10n('Photo sizes'), 'url' => $conf_link.'sizes');
    7373      $sheets['watermark'] = array('caption' => l10n('Watermark'), 'url' => $conf_link.'watermark');
Note: See TracChangeset for help on using the changeset viewer.