The 2nd argument to HTML::image() is alt-text, not attributes. Pass null (or better: nice alt text) to 2nd argument and your array to the third and you will be fine.
See: http://laravel.com/api/source-class-Illuminate.Html.HtmlBuilder.html#98-111
{{ HTML::image('/pb-assets/img/warning4.png', '', array('width'=>'120px','height'=>'30px')) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community