blob: 25a9f25548e46a9ec29a1dde85c7b46561efe845 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2013 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:
* Christopher Guindon (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
//if name of the file requested is the same as the current file, the script will exit directly.
if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])){exit();}
?>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="faq.php">FAQ</a>
</li>
<li><a href="http://dev.eclipse.org/site_login">Friends of Eclipse
Login</a>
</li>
</ul>
<?php echo $App->getFacebookLikeButtonHTML() ?>
</div>
<div class="sideitem">
<h6>Recent Donations</h6>
<ul>
<? sideDonorList(10); ?>
</ul>
<p style="font-size: 10px; color: #BBB;">*Amounts are in USD</p>
</div>
</div>