From 3a80697a3fea863f72874365b277c55a40d34174 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 9 Jun 2019 12:08:02 -0700 Subject: [PATCH] Add uniqueID to bootstrap4 example --- e107_themes/bootstrap4/theme.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_themes/bootstrap4/theme.php b/e107_themes/bootstrap4/theme.php index c63cc1191..9ea4fb5c3 100644 --- a/e107_themes/bootstrap4/theme.php +++ b/e107_themes/bootstrap4/theme.php @@ -16,8 +16,10 @@ class bootstrap4_theme function tablestyle($caption, $text, $mode, $options) { - global $style; + $style = varset($options['setStyle'], 'default'); + + echo "\n\n\n"; if($mode == 'wmessage')