some fixes to make menu sharing work and expose it in the ui.

This commit is contained in:
Mario Vavti
2015-05-29 13:08:01 +02:00
parent 5f1ae2930b
commit b8d3280763
5 changed files with 30 additions and 23 deletions

View File

@@ -193,6 +193,9 @@ function translate_design_element($type) {
case 'block':
$ret = t('block');
break;
case 'menu':
$ret = t('menu');
break;
}
return $ret;