blob: 9c23c39ec75038d2c7e98e487cbec88f4e09e5e1 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2007 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Paul Colton (Aptana)- initial API and implementation
*******************************************************************************/
if(USE_PHOENIX) {
include(BABEL_BASE_DIR . '/eclipse.org-common/themes/Phoenix/header.php');
include(BABEL_BASE_DIR . '/eclipse.org-common/themes/Phoenix/menu.php');
include(BABEL_BASE_DIR . '/eclipse.org-common/themes/Phoenix/nav.php');
}
?>
<link href='aptana.css' rel="stylesheet">
<script src='js/yui2.3.1/yahoo/yahoo.js' type='text/javascript'></script>
<script src='js/yui2.3.1/dom/dom/js' type='text/javascript'></script>
<script src='js/yui2.3.1/event/event.js' type='text/javascript'></script>
<script src='js/yui2.3.1/connection/connectons.js' type='text/javascript'></script>
<script src='js/yui2.3.1/logger/logger.js' type='text/javascript'></script>