Unfortunately module suffix doesn’t work. Latest news has no mudule suffix. Two colors are implementet by Javascript.
Code from template (index.php). User1, 2 and 5 are the module positions with two-color module title.
<?php
$spotlight = array (‘user1′,’user2′,’user5’);
$botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
if( $botsl ) {
?>
<!– BEGIN: BOTTOM SPOTLIGHT 1 –>
<div id=”ja-botsl1″ class=”clearfix”>
<?php if( $this->countModules(‘user1’) ) {?>
<div class=”ja-box<?php echo $botsl[‘user1’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user1’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />
</div>
<?php } ?>
So right module should be modified somehow.