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

Fixed some pages that were not full-width but could/should be.

This commit is contained in:
Levi Morrison
2013-09-17 16:32:16 -06:00
parent e6e2f1f371
commit 57c032532a
4 changed files with 24 additions and 5 deletions

View File

@@ -20,7 +20,13 @@ $SIDEBAR_DATA = '
';
*/
site_header("Mirroring The PHP Website", array("current" => "community"));
site_header(
'Mirroring The PHP Website',
array(
'current' => 'community',
'layout_span' => 12,
)
);
// Get a minute to print out for the cron example
function make_seed()