1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Add uniqueID to bootstrap4 example

This commit is contained in:
Cameron
2019-06-09 12:08:02 -07:00
parent 698cea566f
commit 3a80697a3f

View File

@@ -16,8 +16,10 @@ class bootstrap4_theme
function tablestyle($caption, $text, $mode, $options) function tablestyle($caption, $text, $mode, $options)
{ {
global $style;
$style = varset($options['setStyle'], 'default');
echo "\n<!-- tablestyle: style=". $style." mode=".$mode." UniqueId=".varset($options['uniqueId'])." -->\n\n";
if($mode == 'wmessage') if($mode == 'wmessage')