What's the diffence between using theme() and theme_links() to output link HTML?
Posted
by Nick Lowman
on Stack Overflow
See other posts from Stack Overflow
or by Nick Lowman
Published on 2010-04-14T16:16:38Z
Indexed on
2010/04/14
18:33 UTC
Read the original article
Hit count: 169
Hi there, What's the difference between using the two options below to output link HTML?
theme('links', $primary_links, array('class' => 'links primary-links'))
theme_links($primary_links, $attributes = array('class' => 'links primary-links'))
Many thanks
© Stack Overflow or respective owner