mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
000819: "First" link was mapped with home navigation button
Add trigger_event for menubar.php file in index.php Minor language correction. git-svn-id: http://piwigo.org/svn/trunk@2353 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -104,7 +104,7 @@ function create_navigation_bar(
|
||||
if ($cur_page != 1)
|
||||
{
|
||||
$navbar.=
|
||||
'<a href="'.$url.'" rel="start">'
|
||||
'<a href="'.$url.'" rel="first">'
|
||||
.l10n('first_page')
|
||||
.'</a>';
|
||||
}
|
||||
|
||||
@@ -157,7 +157,8 @@ else
|
||||
);
|
||||
}
|
||||
// include menubar
|
||||
include(PHPWG_ROOT_PATH.'include/menubar.inc.php');
|
||||
include(trigger_event('menubar_file',
|
||||
PHPWG_ROOT_PATH.'include/menubar.inc.php'));
|
||||
|
||||
if ('search' == $page['section'])
|
||||
{
|
||||
|
||||
@@ -177,7 +177,7 @@ $lang['Tag selection'] = 'Sélection de tags';
|
||||
$lang['Take selected elements out of caddie'] = 'Sortir les éléments sélectionnés du panier';
|
||||
$lang['The %d following tag were deleted'] = 'Le tag suivant a été supprimé';
|
||||
$lang['The %d following tags were deleted'] = 'Les %d tags suivants ont été supprimés';
|
||||
$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.';
|
||||
$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.';
|
||||
$lang['Uninstall'] = 'Désinstaller';
|
||||
$lang['Use default sort order']='Utiliser l\'ordre de tri des images par défaut (défini dans le fichier de configuration)';
|
||||
$lang['User comments validation'] = 'Validation des commentaires d\'utilisateurs';
|
||||
|
||||
Reference in New Issue
Block a user