Skip to content

Commit

Permalink
Test for nav_brand_image
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Oct 16, 2016
1 parent 4aa5664 commit 0499a7c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* Default images
*/
'logo' => TEMPLATEURL . '/img/italystrap-logo.jpg',
'display_navbar_brand' => '1',
'navbar_logo_image' => '',
'navbar_logo_image_size' => 'navbar-brand-image',
'display_navbar_logo_image' => '',
Expand All @@ -57,10 +58,10 @@
*/
'site_layout' => 'content_sidebar',
'content_width' => Core\get_content_width( 1170, 12, 8, 30 ),
'container_class' => 'container', // container-fluid
'content_class' => 'col-md-8', // 7 - 6
'sidebar_class' => 'col-md-4', // 3 - 3
'sidebar_secondary_class' => '', // 2 - 3
'container_class' => 'container', // container-fluid.
'content_class' => 'col-md-8', // 7 - 6.
'sidebar_class' => 'col-md-4', // 3 - 3.
'sidebar_secondary_class' => '', // 2 - 3.
'full_width' => 'col-md-12',

/**
Expand Down

0 comments on commit 0499a7c

Please sign in to comment.