Tekton,
In your cmps_index.php file add this somewhere near the top (after the "error_reporting" line but above the "chdir" line):
Code:
define('VBA_SCRIPT', 'CMPS');
After that you should then be able to use the following conditional from any of the vBadvanced products:
Code:
<if condition="defined('VBA_SCRIPT')">
the way it should show up on the main page
<else />
any other place shows this one
</if>