четвъртък, 13 януари 2011 г.

Оцветяване на your team в модулът season table на Joomsport


1) find modules/mod_js_table/tmpl/default.php
around 168 row , and after this:
[code] //echo "get( 'moduleclass_sfx' )."'>
";
}[/code]

add this
[code] $color = '';

if(isset($this->colors[$i+1])){

$color = 'style="background-color:'.$this->colors[$i+1].'"';

}
if($team['yteam']){

$color = 'style="background-color:'.$team['yteam'].'"';

}[/code]

and replace this:
[code]get( 'moduleclass_sfx' ) ?>">[/code]

with this
[code] class="tblroget( 'moduleclass_sfx' ) ?>">[/code]

Няма коментари: