and mnk.css style session_start(); include("siteVars.php4"); include_once("functions.php4"); $table_list = array("link", "member"); create_table_classes($table_list); create_objects_from_tables($table_list); session_start(); // start again for classes include("Header.html"); include("Logo.html"); include("Menu.html"); $USERID = $_SESSION['USERID']; $PASSWD = $_SESSION['PASSWD']; $userid = $_SESSION['member_obj']['admin']->get_USERID(); $passwd = $_SESSION['member_obj']['admin']->get_PASSWD(); $_SESSION['family_name'] = 'link'; $_SESSION['logged_on'] = false; if(($_SESSION['USERID'] == $userid) and ($_SESSION['PASSWD']== $passwd)) { $_SESSION['logged_on'] = true; } $phpself = $_SERVER['PHP_SELF']; $_SESSION['phpself'] = $phpself; $_SESSION['server'] = $_SERVER["HTTP_HOST"]; $_SESSION['xy_adj'] = 1; $_SESSION['max_x'] = 160*$_SESSION['xy_adj']; $_SESSION['max_y'] = 160*$_SESSION['xy_adj']; ?>

Follow the link by clicking on the title or logo.

MAP here.
'."\n"; ?>
'."\n"; echo '
'."\n"; include("Footer.html"); /* functions */ function suite_spot($map, $href, $id, $tablename, $title) { echo '
'."\n"; echo ' '."\n"; echo ' '."\n"; echo ' '."\n"; echo ' '."\n"; echo '
'."\n"; $_SESSION['tablename'] = $tablename; } function display_links() { echo ''; $display_order_array = array(); // get the objects stored by LINK_ORDER foreach($_SESSION['link_obj'] as $link_obj => $obj) { if($obj->get_STATUS() == 'active') { $LINK_ORDER = $obj->get_ORDER(); $display_order_array[$LINK_ORDER] = $obj; } } // get the link_order and store as an array of keys (link_order is the value) $keys = array_keys($display_order_array); // sort the array of link_order (sorting values not the key) asort($keys); // $keys are now sorted by link_order, flip the keys -- make the values (link_order) the key $keys = array_flip($keys); // now for each key (link_order) display the link foreach($keys as $key => $value) { // even though value is not used keep it $url = $display_order_array[$key]->get_LINK_URL(); $id = $display_order_array[$key]->get_LINK_ID(); $LINK_TITLE = $display_order_array[$key]->get_LINK_TITLE(); $LINK_DESCRIPTION = $display_order_array[$key]->get_LINK_DESCRIPTION(); $LINK_COMMENT = $display_order_array[$key]->get_LINK_COMMENT(); //$img = $display_order_array[$key]->get_LINK_IMG(); $img = $display_order_array[$key]->get_LINK_IMG(); // display 'LINK_TITLE': echo ''."\n"; echo ' '."\n"; echo ''."\n"; // display 'LINK_DESCRIPTION': echo ''."\n"; echo ' '."\n"; echo ''."\n"; // display 'LINK_IMG': echo ''."\n"; // display 'LINK_COMMENT': echo ' '."\n"; echo ''."\n"; echo ''."\n"; } echo '
'."\n"; $_SESSION['return_to_page'] = 'http://'.$_SESSION['server'].$_SERVER['PHP_SELF'].'?doit=View'; $href = 'href="CE_SUITE/db_utility.php4?doit=Search from Page&expand='; if($_SESSION['logged_on']) { suite_spot($id, $href, $id, 'link', "SUITE_SPOT for this LINK"); } //echo ' '."\n"; echo '

'."\n"; echo ' '.$LINK_TITLE.''."\n"; //echo ' '."\n"; echo '

'."\n"; echo '
'."\n"; //echo ' '."\n"; echo ' '."\n"; echo '
'; if($img) { $xy = get_xy($img); $width = $xy[0]; $height = $xy[1]; if($url) echo ''."\n"; echo ''."\n"; if($url) echo ''."\n"; } echo ' '."\n"; echo '
 
'; } ?>