mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Merge pull request #4147 from Jimmi08/patch-1
#2898 fix for btn-default in user update information button
This commit is contained in:
commit
de987d85fe
@ -530,7 +530,7 @@ class user_shortcodes extends e_shortcode
|
||||
return null;
|
||||
}
|
||||
|
||||
return "<a class='btn btn-default' href='".$this->sc_user_settings_url()."'>".$label."</a>";
|
||||
return "<a class='btn btn-default btn-secondary' href='".$this->sc_user_settings_url()."'>".$label."</a>";
|
||||
}
|
||||
|
||||
|
||||
@ -1015,4 +1015,4 @@ class user_shortcodes extends e_shortcode
|
||||
return $this->var['user_customtitle'];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user