From 5299b9268995d1018a6b966f9d1ef260931f5c3d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 25 Jun 2008 09:12:25 +0000 Subject: - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. --- modules/system/page.tpl.php | 18 +++++++++--------- modules/system/system.admin.inc | 4 ++-- modules/system/system.install | 12 ++++++++++++ modules/system/system.module | 4 ++-- 4 files changed, 25 insertions(+), 13 deletions(-) (limited to 'modules/system') diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index 95a53db44..cbbf01f72 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -45,9 +45,9 @@ * * Navigation: * - $search_box: HTML to display the search box, empty if search has been disabled. - * - $primary_links (array): An array containing primary navigation links for the + * - $main_menu (array): An array containing the Main menu links for the * site, if they have been configured. - * - $secondary_links (array): An array containing secondary navigation links for + * - $secondary_menu (array): An array containing the Secondary menu links for * the site, if they have been configured. * * Page content (in order of occurrance in the default page.tpl.php): @@ -124,16 +124,16 @@
-