diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-08 10:07:39 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-08 10:07:39 +0200 |
commit | ce0eac44b5035b8f46259b6665826a94b633ec4e (patch) | |
tree | 72be41253ec910e6488e34bb5181c359036da9dd /view/theme/dispy/theme.php | |
parent | cb4c7cdb3ef8027d17682c9cb7a29906f0508c80 (diff) | |
parent | e3b2ac0735c908357dafb8670339fd34d3e2e6c0 (diff) | |
download | volse-hubzilla-ce0eac44b5035b8f46259b6665826a94b633ec4e.tar.gz volse-hubzilla-ce0eac44b5035b8f46259b6665826a94b633ec4e.tar.bz2 volse-hubzilla-ce0eac44b5035b8f46259b6665826a94b633ec4e.zip |
Merge commit 'upstream/master'
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r-- | view/theme/dispy/theme.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index f3c54caf9..d0f6797cb 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -9,6 +9,10 @@ * Screenshot: <a href="screenshot.jpg">Screenshot</a> */ +$a->theme_info = array( + 'extends' => 'dispy', +); + $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { |