mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage.
This commit is contained in:
@@ -90,7 +90,7 @@ class plugin_featurebox_item extends e_model
|
||||
$title = vartrue($parm['text']) ? defset($parm['text']) : LAN_MORE;
|
||||
$alt = $tp->toAttribute($this->get('fb_title'), false, 'TITLE');
|
||||
|
||||
$buttonCls = vartrue($parm['button']) ? 'class="btn btn-primary" ' : "";
|
||||
$buttonCls = vartrue($parm['button']) ? 'class="btn btn-primary btn-featurebox" ' : "";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user