13 lines
377 B
PHP
13 lines
377 B
PHP
<?
|
|
return array (
|
|
'colored_line' => 'Horizontal colored line',
|
|
'underline' => 'Title with underline',
|
|
'table table-striped' => 'Table',
|
|
'table table-bordered' => 'Borderd table',
|
|
'grey_dark' => 'Dark text',
|
|
'grey_light' => 'Bright text',
|
|
'dark_light_table' => 'Fark table header',
|
|
'dark_light' => 'Dark text',
|
|
'white_middle_text' => 'White middle text',
|
|
);
|
|
?>
|