diff options
author | Sem <sembrestels@riseup.net> | 2012-05-14 03:16:15 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-14 03:16:15 +0200 |
commit | d0753e18840e9c578d79b0ff8d9960dd0e2e928b (patch) | |
tree | 249a2079a9bbb81ce951c1d60476e0029aa35b35 | |
parent | f7637a217f1216d3af021181ad3d22b58e6a011c (diff) | |
download | elgg-d0753e18840e9c578d79b0ff8d9960dd0e2e928b.tar.gz elgg-d0753e18840e9c578d79b0ff8d9960dd0e2e928b.tar.bz2 |
Added Custom Index Widgets plugin.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | mod/custom_index_widgets | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 658f562a5..69295e18a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "mod/registrationterms"] path = mod/registrationterms url = git://gitorious.org/lorea/registrationterms.git +[submodule "mod/custom_index_widgets"] + path = mod/custom_index_widgets + url = git://gitorious.org/lorea/custom_index_widgets.git diff --git a/mod/custom_index_widgets b/mod/custom_index_widgets new file mode 160000 +Subproject 5bfffd40e5649baed964c2fe7b6c7cb5e6a1257 |