Skin for CClipWidget

Hey guys,

I having difficulty changing the TAB color with CClipWidget. The code is below:

<?php $this->beginWidget(‘system.web.widgets.CClipWidget’, array(‘id’=>‘Project’)); ?>

Project Tab

<?php $this->endWidget(); ?>

<?php

&#036;tabParameters = array();


foreach(&#036;this-&gt;clips as &#036;key=&gt;&#036;clip)


	&#036;tabParameters['tab'.(count(&#036;tabParameters)+1)] = array('title'=&gt;&#036;key, 'content'=&gt;&#036;clip);

?>

<?php $this->widget(‘system.web.widgets.CTabView’, array(‘tabs’=>$tabParameters)); ?>

Really hope you can help me

Did you ever found a solution ?