/* $Id: footer.html 24434 2010-07-12 11:52:12Z d_n $ * footer.html - shows at the bottom of each page * * 2010-06-17 D'n Add BOTTOM widgit so focus() can pull to the bottom of the page * 2010-05-23 D'n Check specifically for "login.php" so that "portal_login" will display pulldowns * 2010-01-11 D'n copyright extended to 2010 * 2009-11-23 D'n Add pa revision display * 2009-11-16 D'n Correct syntax of @import * 2009-10-29 D'n Remove spurious ' s from @import * 2009-07-07 D'n change SYSTEM_IS to SYSTEM_GROUP for media group * 2009-01-26 D'n Fix Limited functionality - invokation of pull-downs can't happen under lim. func. * 2009-01-06 D'n copyright extended to 2009 * 25-Jun-08 D'n show more info on "invisible" line * 14-Jun-08 D'n change "is_demo" to "limited_user" * 07-Mar-08 D'n Extend copyright into 2008 * 02-May-07 D'n HTTP_ROOT */ include_once(DEPTH . '/' . CMTS_ADMIN_PREFIX . 'includes/pa_revision_level.php'); ?>
Copyright © 2007-2010 Catch Media, Inc. All rights reserved.
Current Play Anywhere™ Revision: echo pa_revision_level() ?>
echo '' . '' . SYSTEM_IS . '' . ((DEVELOPER_DIR!='DEVELOPER_DIR')?' ['.DEVELOPER_DIR.']':'') . ': ' . 'http' . (($_SERVER['HTTPS'])?'s':'') . '://' . $_SERVER['SERVER_NAME'] . ' ' . exec('pwd') . '/' . this_file_is() . '' ?> echo date(DATE_FORMAT_DATA,filemtime(this_file_is())) ?>
$x = explode('/', $_SERVER['REQUEST_URI']); if ( true && ($x[count($x)-1] != 'login.php') && (!limited_functionality($_SESSION['company_id'])) ) { ?> // Pulldown Menus */ ?> // from Tigra Menus, by SoftComplex http://www.softcomplex.com/products/tigra_menu/ */ ?> // menu script itself. you should not modify this file */ ?> // items structure. menu hierarchy and links are stored there */ ?> // files with geometry and styles structures */ ?> if ( true && defined('SHOW_CONFIG_FILE_STACK') && SHOW_CONFIG_FILE_STACK ) echo NL . "\$ConfigFileStack=[$ConfigFileStack]" .NL; } if (isset($_SESSION['title'])) unset($_SESSION['title']); ?>