Jump to content

v8powerage

New Members
  • Posts

    2
  • Joined

  • Last visited

v8powerage's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. function theme_user_badge($badge) { $image = theme('image', $badge->image, $badge->name, $badge->name); if ($badge->href != "") { return l($image, $badge->href, array('html' => TRUE)); } else { return $image; } } How to add class to the link so it appears like <a href="/link" class="popups">?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.