crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Get Started: Configuration import wildcard #270

Closed spiderstudio closed 9 years ago

spiderstudio commented 10 years ago

In this page http://www.getyiistrap.com/site/started#configuration it's written

'import' => array(
        ...
        'bootstrap.helpers.TbHtml',
    ),

but in my case it works better if it's:

 'import' => array(
        ...
        'bootstrap.helpers.*',
    ),
crisu83 commented 9 years ago

This seems to be already fixed at least in the bs3 branch.