Changeset 2354


Ignore:
Timestamp:
May 20, 2008, 2:58:32 AM (16 years ago)
Author:
patdenice
Message:

Merge from trunk revision 2353.
000819: "First" link was mapped with home navigation button
Add trigger_event for menubar.php file in index.php
Minor language correction.

Location:
branches/branch-1_7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/functions_html.inc.php

    r2202 r2354  
    106106    {
    107107      $navbar.=
    108         '<a href="'.$url.'" rel="start">'
     108        '<a href="'.$url.'" rel="first">'
    109109        .l10n('first_page')
    110110        .'</a>';
  • branches/branch-1_7/index.php

    r2118 r2354  
    168168}
    169169// include menubar
    170 include(PHPWG_ROOT_PATH.'include/menubar.inc.php');
     170include(trigger_event('menubar_file',
     171  PHPWG_ROOT_PATH.'include/menubar.inc.php'));
    171172
    172173$template->assign_vars(
  • branches/branch-1_7/language/fr_FR.iso-8859-1/admin.lang.php

    r2319 r2354  
    190190$lang['The %d following tag were deleted'] = 'Le tag suivant a été supprimé';
    191191$lang['The %d following tags were deleted'] = 'Les %d tags suivants ont été supprimés';
    192 $lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Impossible de connaître la dernière version cat la fonction allow_url_fopen est désactivée.';
     192$lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Impossible de connaître la dernière version car la fonction allow_url_fopen est désactivée.';
    193193$lang['Uninstall'] = 'Désinstaller';
    194194$lang['Use default sort order']='Utiliser l\'ordre de tri des images par défaut (défini dans le fichier de configuration)';
Note: See TracChangeset for help on using the changeset viewer.