Revision 748cbea6
Added by Sander van Leeuwen about 10 years ago
usr/local/www/guiconfig.inc | ||
---|---|---|
902 | 902 |
* RESULT |
903 | 903 |
* null |
904 | 904 |
******/ |
905 |
function display_top_tabs(& $tab_array, $no_drop_down = false, $type = 'tabs') {
|
|
905 |
function display_top_tabs(& $tab_array, $no_drop_down = false, $type = 'pills') {
|
|
906 | 906 |
global $config; |
907 | 907 |
global $g; |
908 | 908 |
global $tab_array_indent; |
Also available in: Unified diff
Update display_top_tabs to use pills as default
Refs. #107