Documentation errors

Issue #14 resolved
ekerazha created an issue

In the demo website

1) Components > Navbar > Default navbar

There are some

'pull' => BSHtml::NAVBAR_NAV_PULL_RIGHT,

but BSHtml::NAVBAR_NAV_PULL_RIGHT doesn't exist, it should be

'pull' => 'right',

or you should add that constants to BSHtml

2) Components > Navbar > Default navbar

The dropdown menu contains

BSHtml::menuHeader

but I think it should use

BSHtml::dropDownHeader