/black-bootstrap

A YII bootstrap theme has both one column and two column layout, unique style for breadcrumbs, automatic widget style for the crud view.

Primary LanguageCSS

Black bootstrap

A YII bootstrap theme has both one column and two column layout, unique style for breadcrumbs, automatic widget style for the crud view.

The screenshot and theme score was available here

Steps

It has the similar procedure of installation as in any YII theme.

  1. Move the theme folder to the created application destination app/themes/

  2. Go to protected/config/main.php in your YII application add the following lines inside the array

  
return array(  
  --------------------
  --------------------
  //installing the theme
	'theme'=>'blackboot',
  );