Commit: f65d4114d707a40df43881f73f8d40f30720e735 Author: Andreas Heigl <[email protected]> Wed, 15 Jun 2016 18:26:03 +0200 Parents: 5187a1d1ed294016627595f50199a64a2a25d8c0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f65d4114d707a40df43881f73f8d40f30720e735 Log: Adds a prepend link to the conf-list That way it's easier to show people how to add a conference to the list. Changed paths: M conferences/index.php Diff: diff --git a/conferences/index.php b/conferences/index.php index cb7c58f..a066d8b 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -26,7 +26,9 @@ foreach($NEWS_ENTRIES as $entry) { } } } -$panels = ""; +$panels = '<p class="prepend"><a href="https://wiki.php.net/conferences">Want to see your conference appear here?</a></p>'; + + foreach($frontpage as $entry) { $link = substr($entry["id"], 15); // Strip http://php.net/ $id = parse_url($entry["id"], PHP_URL_FRAGMENT); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
