Hey is there a particular reason why the links in blocks are displayed each with their own

instead of using lists
  • ?

    If there is one, can someone explain?

    If possible, I would like to request the options to chose block display using either DIVs or LI items.

Comments

slither83’s picture

Title: <UL><LI> Vs <DIV> » UL LI vs DIVs

Sorry for the above.

I meant:

Is there a reason to have Related Links items in the block displayed each using their own DIVs, as opposed to using UL LI lists?

If possible, I would like to request the option to display items by DIVs or LI items.

thank you.

Zen’s picture

Category: feature » support
Status: Active » Fixed

function theme_relatedlinks($links = array())

The above theme function is what is responsible for the lists and can be overridden to do whatever you like.

Cheers,
-K

Anonymous’s picture

Status: Fixed » Closed (fixed)