1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Remove captions from tablerender when in iframe mode.

This commit is contained in:
Cameron
2013-03-17 14:17:24 -07:00
parent 0a951f1bf2
commit 79bc376a2a

View File

@@ -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;
}