mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Bootstrap3 theme: added class 'caption' to default header in tablerender() function.
This commit is contained in:
parent
002b24957a
commit
b8d2f6667c
@ -104,7 +104,7 @@ function tablestyle($caption, $text, $id='', $info=array())
|
||||
return;
|
||||
}
|
||||
|
||||
echo '<h2>'.$caption.'</h2>
|
||||
echo '<h2 class="caption">'.$caption.'</h2>
|
||||
|
||||
'.$text.'
|
||||
';
|
||||
|
Loading…
x
Reference in New Issue
Block a user