mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Bootstrap3 theme: added class 'caption' to default header in tablerender() function.
This commit is contained in:
@@ -104,7 +104,7 @@ function tablestyle($caption, $text, $id='', $info=array())
|
||||
return;
|
||||
}
|
||||
|
||||
echo '<h2>'.$caption.'</h2>
|
||||
echo '<h2 class="caption">'.$caption.'</h2>
|
||||
|
||||
'.$text.'
|
||||
';
|
||||
|
Reference in New Issue
Block a user