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:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user