neam / yii-html5-boilerplate

Professional front-end template. So much goodness baked in by default

Home Page:http://html5boilerplate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii HTML5 Boilerplate integration

This is a fork from the famous HTML5 Boilerplate, as integrated in a Yii template. A very basic integration that does little more than provide an empty Yii theme skeleton that renders the basic menu and content from the original webapp classic theme.

Google Analytics

You may set the Google Analytics ID as an application parameter in your Yii config, and the snippet will render.

Example:

return array(
    ...
    'params' => array(
		...
        'google-analytics-site-id'      => 'UA-XXXXX-X',
    	...
    )
)

License

  • Yii: MIT/BSD license
  • This theme: MIT/BSD license

About

Professional front-end template. So much goodness baked in by default

http://html5boilerplate.com/


Languages

Language:JavaScript 99.8%Language:Shell 0.2%