How do you display inner html tags using drupal_render() in drupal 7 ? For example, I have an tag inside a and I would like to display just the and not the entire , what do I do ?
Asked
Active
Viewed 438 times
1
-
I guess nested html is a more apt term. – ami91 Oct 24 '12 at 15:50
1 Answers
0
As i know, Drupal can´t do that, instead, you can wrap the inner html tags in another theme function (or template) and call it from the theme function (or template) where are the outer tags and where you need only inner tags

ecdani
- 361
- 3
- 14