Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. function theme_user_login_link($attributes, $query) {
  2.   $attributes['class'] = $attributes['class'].' gomodal';
  3.   $img = '<img src="'.$base_path .$directory . '/images/login_key.png" />';
  4.   $login_uri = l($img, 'modal/login', array('attributes'=>$attributes, 'query'=>$query));
  5.   return $login_uri;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement