diff options
author | Sem <sembrestels@riseup.net> | 2012-05-14 05:29:02 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-14 05:29:02 +0200 |
commit | 43b5d3e39151b8ed0c0095117cf38a614e47fd22 (patch) | |
tree | 50eaf3e5849dcebd3a641a025d3b8c601bbf9dd2 | |
parent | d0753e18840e9c578d79b0ff8d9960dd0e2e928b (diff) | |
download | elgg-43b5d3e39151b8ed0c0095117cf38a614e47fd22.tar.gz elgg-43b5d3e39151b8ed0c0095117cf38a614e47fd22.tar.bz2 |
Added Simple FAQ plugin.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | mod/simple_faq | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 69295e18a..20380bce4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "mod/custom_index_widgets"] path = mod/custom_index_widgets url = git://gitorious.org/lorea/custom_index_widgets.git +[submodule "mod/simple_faq"] + path = mod/simple_faq + url = git://gitorious.org/lorea/simple_faq.git diff --git a/mod/simple_faq b/mod/simple_faq new file mode 160000 +Subproject b3a038c8ac7db28d5cd47a7ae870f722c24e592 |