/*
* top_banner.html - consistent top banner for Catch Media CMTS
*
* 2010-01-17 D'n include limited_functionality.php
* 2009-10-27 D'n remove "xheight" attribute; top comment -> php
* 2009-02-09 D'n Fix activation of map; disallow for terms and privacy-policy pages
* 2009-01-26 D'n Fix Limited functionality - Check map-display logic against file name alone, as it's in the main
* 2009-01-25 D'n 1st param in check_allowed_functionality is ['id'] NOT ['consumer_id']
* 20-Nov-08 D'n/Menashe Show system as text r.t. graphic
* 15-Sep-08 D'n limited_functionality()
* 13-Jan-08 D'n Some adjustments for IE
* 19-Jul-07 D'n Att tool-tip to Catch Media Silhouette
* 27-Jun-07 D'n Add ALT attribs & change "background" to "STYLE-background-image..."
to comply with W3C standards
* 02-May-07 D'n HTTP_ROOT
* 07-Feb-07 D'n Original
*/
include_once('limited_functionality.php');
$mm = "main_menu.php";
if (true
&& $db_connection
&& $_SESSION['id']
&& (false
|| !limited_functionality($_SESSION['company_id'])
|| ($mm == check_allowed_functionality($_SESSION['id'], $_SESSION['company_id'], 'main', 'main_menu.php'))
)
) {
?>
}
?>