some fixes to make menu sharing work and expose it in the ui.
This commit is contained in:
@@ -193,6 +193,9 @@ function translate_design_element($type) {
|
||||
case 'block':
|
||||
$ret = t('block');
|
||||
break;
|
||||
case 'menu':
|
||||
$ret = t('menu');
|
||||
break;
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user