This patch for review allows the themer to theme the ajax_register login block by modifying the ajax_get_login_block_content() function to pass through a theme hook.

This is a feature enhancement to a great module!

The patch for review is in the next post.

Joe

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jghyde’s picture

Here is the patch.

drupallerina’s picture

Since the patch above has already been committed to the 2.x branch, I rewrote it for 4.x and am hijacking this issue. ;)

drupallerina’s picture

Version: 6.x-2.1 » 7.x-4.x-dev

hijacking issue, setting right version :)

Spleshka’s picture

Status: Needs review » Postponed

But what the point to theme this links? You could use theme_link(). No needs to create special theme functions for them.