Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 17, 2014
2 parents 272ab09 + 1e8caa6 commit 06b28fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'nav' => array(
'class' => 'nav',
'dropdown_li_class' => 'dropdown',
'dropdown_ul_class' => 'dropdown-menu'
'dropdown_ul_class' => 'dropdown-menu',
'dropdown_li_markup' => '<li class="%s"><a href="%s" class="dropdown-toggle" data-toggle="dropdown"> %s <b class="caret"></b></a><ul class="%s">'
)
),
'twig' => array(
Expand Down

0 comments on commit 06b28fe

Please sign in to comment.