Skip to content

Commit

Permalink
Update class
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc authored Oct 30, 2019
1 parent 93d0e00 commit 2bd28c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e_shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function sc_pdf($parm)
elseif (deftrue('FONTAWESOME') || deftrue('BOOTSTRAP'))
{
// toGlyph useless here, since bootstrap & fontawesome icons have different names...
$class = "class='e-tip btn btn-default hidden-print' data-original-title='{$parms[0]}'";
$class = "class='e-tip btn btn-default btn-secondary hidden-print' data-original-title='{$parms[0]}'";
$icon = deftrue('FONTAWESOME') ? "<i class='fa fa-file-pdf-o'></i>" : "<i class='glyphicon glyphicon-book'></i>";
}
else
Expand All @@ -38,4 +38,4 @@ function sc_pdf($parm)



?>
?>

0 comments on commit 2bd28c3

Please sign in to comment.