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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user