A következő részlet egy drupal6-os zen alsmink template.php fájljából való:
function tuti_theme_menu_item_link($link) { // Allows for images as menu items. Just supply the path to the image as the title $link['title'] = '<img alt="'. $link['description'] .'" title="'. $link['description'] .'" src="'. url($link['title']) .'" />'; $link['localized_options']['html'] = TRUE; } return zen_menu_item_link($link); // Let Zen take over from here. }
Annyit csinál, hogy a menük nevei helyett egy képfájl jelenik meg a megfelelő helyen úgy, hogy a menunevekhez a képfájl címét kell megadni.
Ugyanezt szeretném elérni D7 alatt! Hogyan írjam írjam át ezt?
Taxonomy upgrade extras:
Drupal verzió:
Fórum:
es a modul nem lenne jo?
es a modul nem lenne jo?
Drupal full-stack developer at Wunderman Thompson Budapest