mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Remove captions from tablerender when in iframe mode.
This commit is contained in:
@@ -582,7 +582,18 @@ function tablestyle($caption, $text, $mode)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if(e_IFRAME === true)
|
||||||
|
{
|
||||||
|
echo '
|
||||||
|
<div class="block">
|
||||||
|
<div class="block-text">
|
||||||
|
'.$text.'
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
';
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user