diff --git a/conferences/index.php b/conferences/index.php index 64a9009ce..a24f52db6 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -50,10 +50,8 @@ $content .= ""; echo $content; -site_footer( - [ - "atom" => "/feed.atom", - "elephpants" => true, - "sidebar" => $panels, - ] -); +site_footer([ + "atom" => "/feed.atom", + "elephpants" => true, + "sidebar" => $panels, +]); diff --git a/elephpant.php b/elephpant.php index d9d54765e..b0b1ac54e 100644 --- a/elephpant.php +++ b/elephpant.php @@ -35,8 +35,6 @@ site_header("ElePHPant", ["current" => "footer"]); true - ] -); +site_footer([ + 'elephpants' => true +]); diff --git a/index.php b/index.php index 820b9e1b7..721821dab 100644 --- a/index.php +++ b/index.php @@ -225,10 +225,8 @@ $announcements SIDEBAR_DATA; // Print the common footer. -site_footer( - [ - "atom" => "/feed.atom", // Add a link to the feed at the bottom - 'elephpants' => true, - 'sidebar' => $SIDEBAR - ] -); +site_footer([ + "atom" => "/feed.atom", // Add a link to the feed at the bottom + 'elephpants' => true, + 'sidebar' => $SIDEBAR +]); diff --git a/sites.php b/sites.php index 71df70c4e..56e3b703c 100644 --- a/sites.php +++ b/sites.php @@ -189,7 +189,7 @@ site_header("A Tourist's Guide", ["current" => "help"]);

windows.php.net: PHP for Windows

- This site is dedicated to supporting PHP on Microsoft Windows. + This site is dedicated to supporting PHP on Microsoft Windows. It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures.

@@ -222,8 +222,6 @@ $SIDEBAR = << $SIDEBAR - ] -); +site_footer([ + 'sidebar' => $SIDEBAR +]);