1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fixed merge conflict.

This commit is contained in:
Levi Morrison
2013-12-15 11:27:28 -07:00
parent 204d7a45f5
commit e916105a19
12 changed files with 288 additions and 1687 deletions

View File

@@ -4,10 +4,14 @@ $_SERVER['BASE_PAGE'] = 'get-involved.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA ='
<div class="panel">
<div class="body">
<p>
This page is intended to help setup a development environment for PHP, if mistakes are found
please <a href="http://bugs.php.net">report</a> them.
</p>
</div>
</div>
';
site_header("Get Involved", array("current" => "community"));