Domanda

Ho un collegamento di menu il cui titolo di collegamento contiene un'entità di caratteri (ad esempio La Niña).Tuttavia, Drupal non riconosce l'entità del personaggio ed è ulteriormente codificando l'Ampersand, quindi sto finendo con La Niña.Come posso aggiustarlo?

È stato utile?

Soluzione

You can override themable output in your theme template.php file or in a custom module.

Basicaly, the point is that the l() function isn't called with the "html" option in theme_menu_link

See http://api.drupal.org/api/drupal/includes--common.inc/function/l/7 and http://api.drupal.org/api/drupal/includes--menu.inc/function/theme_menu_link/7

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top