navigation MDL-22373 Reorientated title of docked blocks and moved a little bit of the standard theme's navigation into the core docks library

This commit is contained in:
Sam Hemelryk
2010-05-24 04:03:31 +00:00
parent 01da148278
commit b496e6345c
5 changed files with 89 additions and 97 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ class page_requirements_manager {
$module = array('name' => 'core_dock',
'fullpath' => '/blocks/dock.js',
'requires' => array('base', 'cookie', 'dom', 'io', 'node', 'event-custom', 'event-mouseenter', 'yui2-container'),
'strings' => array(array('addtodock', 'block'),array('undockitem', 'block'),array('undockall', 'block')));
'strings' => array(array('addtodock', 'block'),array('undockitem', 'block'),array('undockall', 'block'),array('thisdirectionvertical', 'langconfig')));
break;
case 'core_calendar':
$module = array('name' => 'core_calendar',