mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<h2>'.$caption.'</h2>
|
echo '<h2 class="caption">'.$caption.'</h2>
|
||||||
|
|
||||||
'.$text.'
|
'.$text.'
|
||||||
';
|
';
|
||||||
|
Reference in New Issue
Block a user