Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home1/murguz/public_html/system/core/Exceptions.php:185)
Filename: libraries/Session.php
Line Number: 688
Here is my next tutorial about Bootstrap. This one will be quite short. I will explain how to dynamically add active class to navigation menu items in Bootstrap using popular server side language PHP. It will be quite simple code so it can be ported to other languages easily. To complete this tutorial you will need PHP installed server.
Read More2014/08/02
Admin
Bootstrap is a mobile first front end framework. It has really cool looking UI elements like buttons, dropdown menus, banner rotator as well as powerful Grid System which this post is about.
Read More2014/07/14
Admin