mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 07:03:06 +02:00
Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage.
This commit is contained in:
@@ -194,7 +194,7 @@ class cpage_shortcodes extends e_shortcode
|
||||
$size = vartrue($options['size'], "");
|
||||
$inc = ($size) ? " btn-".$size : "";
|
||||
|
||||
return '<a class="cpage btn btn-primary'.$inc.'" href="'.$url.'">'.$text.'</a>';
|
||||
return '<a class="cpage btn btn-primary btn-cpage'.$inc.'" href="'.$url.'">'.$text.'</a>';
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user