Skip to content

Commit 19fcd40

Browse files
committed
Merge branch 'pull-request/111'
2 parents 29053fc + f65d411 commit 19fcd40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conferences/index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
}
2727
}
2828
}
29-
$panels = "";
29+
$panels = '<p class="prepend"><a href="https://wiki.php.net/conferences">Want to see your conference appear here?</a></p>';
30+
31+
3032
foreach($frontpage as $entry) {
3133
$link = substr($entry["id"], 15); // Strip http://php.net/
3234
$id = parse_url($entry["id"], PHP_URL_FRAGMENT);

0 commit comments

Comments
 (0)