1
0
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:
Cameron 2015-03-31 06:28:44 -07:00
parent 002b24957a
commit b8d2f6667c

View File

@ -104,7 +104,7 @@ function tablestyle($caption, $text, $id='', $info=array())
return;
}
echo '<h2>'.$caption.'</h2>
echo '<h2 class="caption">'.$caption.'</h2>
'.$text.'
';