diff options
author | Simon <simon@kisikew.org> | 2012-03-11 17:37:29 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-11 17:37:29 -0700 |
commit | 18ef942f6213c43fdef98caad4b42f7015eca20c (patch) | |
tree | b1947ce8f96ae109d453cb25671f9a0a5be4c3c4 /view/theme/dispy/theme.php | |
parent | 1401f763eca776052e97c4d270b33f8c4e1c6e4c (diff) | |
parent | e9b82bb5ee53040d6c1fe75949ec7785159be93d (diff) | |
download | volse-hubzilla-18ef942f6213c43fdef98caad4b42f7015eca20c.tar.gz volse-hubzilla-18ef942f6213c43fdef98caad4b42f7015eca20c.tar.bz2 volse-hubzilla-18ef942f6213c43fdef98caad4b42f7015eca20c.zip |
Merge pull request #124 from simonlnu/master
fix dispys' css and layout
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r-- | view/theme/dispy/theme.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index c72884f1a..a7aec1c1a 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -72,3 +72,6 @@ $(document).ready(function() { }); </script> EOT; + +$a->page['footer'] .= <<<EOFooter +EOFooter; |