diff options
author | Simon <simon@kisikew.org> | 2012-03-25 14:07:33 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-25 14:07:33 -0700 |
commit | e6b07d61cfa8c8b87e32ae36a93c554400f2e9e5 (patch) | |
tree | 7b8df826e47b8f2a44ae4dbe791f92740fb8f307 | |
parent | baeb7353153924489d8d79a36d9b21c28c5f2ac4 (diff) | |
parent | aa33815d3c73435f15b1e30721ddb0af1faf8f5e (diff) | |
download | volse-hubzilla-e6b07d61cfa8c8b87e32ae36a93c554400f2e9e5.tar.gz volse-hubzilla-e6b07d61cfa8c8b87e32ae36a93c554400f2e9e5.tar.bz2 volse-hubzilla-e6b07d61cfa8c8b87e32ae36a93c554400f2e9e5.zip |
Merge pull request #168 from simonlnu/master
fix dispy-dark
-rw-r--r-- | view/theme/dispy-dark/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index cded68c48..9b6ea76bf 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -127,7 +127,7 @@ $(document).ready(function() { </script> EOT; -function dispy_community_info() { +function dispydark_community_info() { $a = get_app(); $fostitJS = "javascript: (function() { |