Changeset 607 for trunk/admin


Ignore:
Timestamp:
Nov 18, 2004, 3:57:00 PM (20 years ago)
Author:
gweltas
Message:

Unification of "Return to main page" entry in the language files.

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r602 r607  
    3737$infos = array();
    3838$categories = array();
    39 $navigation = $lang['gallery_index'];
     39$navigation = $lang['home'];
    4040// +-----------------------------------------------------------------------+
    4141// |                    virtual categories management                      |
     
    137137 
    138138  $navigation = '<a class="" href="'.add_session_id($base_url).'">';
    139   $navigation.= $lang['gallery_index'];
     139  $navigation.= $lang['home'];
    140140  $navigation.= '</a>';
    141141  $navigation.= $separator;
  • trunk/admin/cat_modify.php

    r593 r607  
    126126$url = PHPWG_ROOT_PATH.'admin.php?page=cat_list&amp;parent_id=';
    127127$navigation = '<a class="" href="'.add_session_id(PHPWG_ROOT_PATH.'admin.php?page=cat_list').'">';
    128 $navigation.= $lang['gallery_index'].'</a>-&gt;';
     128$navigation.= $lang['home'].'</a>-&gt;';
    129129$navigation.= get_cat_display_name($current_category['name'], '-&gt;', $url);
    130130
Note: See TracChangeset for help on using the changeset viewer.