Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap Navbar block doesn't show up on admin/structure/block #10

Open
cyrodiil opened this issue May 24, 2013 · 1 comment
Open

Bootstrap Navbar block doesn't show up on admin/structure/block #10

cyrodiil opened this issue May 24, 2013 · 1 comment

Comments

@cyrodiil
Copy link

I tried to solve this problem myself and found it:
In BootstrapBlocks_navbar_block_info() you need to delete the line 'status' => 1 for $blocks['navbar'] (on line 9).

It should look like this:

$blocks['navbar'] = array(
  'info' => t('Bootstrap Navbar'),
);
@patrickocoffeyo
Copy link
Owner

Thanks! I'll take a look at this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants