hdushku / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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',
  );

About

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


Languages

Language:CSS 70.9%Language:PHP 29.1%