blob: 276466646f0219c0ef4cbd8f3ecb65b81af13a20 [file] [log] [blame]
<?php
#*****************************************************************************
#
# Copyright (c) 2008 IBM Corporation 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:
# IBM Corporation - initial implementation
#
# Author: API Tools Team
# Date: August 27, 2008
#
# Description: This is a contributed item that provides a common side bar for links etc.
#
#****************************************************************************
$commonside = <<<EOHTML
<div class="sideitem">
<h6>Quick Links</h6>
<ul>
<li><a href="https://projects.eclipse.org/projects/eclipse.pde">PDE project home</a></li>
</ul>
</div>
EOHTML
?>