Skip to content

Commit e438df4

Browse files
committed
Add awesome list to community menu, closes cakephp#27
1 parent 642a499 commit e438df4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/site.php

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
'url' => 'http://bakery.cakephp.org/',
7575
'title' => __('Bakery')
7676
],
77+
'awesomeList' => [
78+
'url' => 'https://github.com/FriendsOfCake/awesome-cakephp',
79+
'title' => __('Featured Resources')
80+
],
7781
'newsletter' => [
7882
'url' => [
7983
'plugin' => false,

0 commit comments

Comments
 (0)