International Workshop "Computational Problems of Electrical Engineering"
| |
include("menu.html"); ?> | $pages = array('about', 'call', 'contacts', 'goals', 'info', 'org', 'program', 'venue', 'schedule'); if( in_array($id, $pages) ) { include($id.'.php'); } else { include('glowna.html'); } ?> |