|
Hi, edit <joomlaroot>/componenets/com_ccboard/views/myprofile/tmpl/default.php find the following line@70 $rhclr = array('green','blue','red','gray'); srand(time()); $dispclr = $rhclr[(rand()%4)];
and replace the block with $dispclr = $this->theme; Hope this helps Thanks Thomas |