Skip to content

Commit f65d411

Browse files
committed
Adds a prepend link to the conf-list
That way it's easier to show people how to add a conference to the list.
1 parent 5187a1d commit f65d411

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)