diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-07 23:46:47 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-07 23:46:47 -0400 |
commit | 01961f7caa8e6c8ecaaaad9d28c61883863eab68 (patch) | |
tree | 1d7e5f2b575b8836fefe76660f466cb176585d5c /view/theme/dispy-dark/theme.php | |
parent | cee36087470acbc4aeff121ab91cd337737dcc67 (diff) | |
download | volse-hubzilla-01961f7caa8e6c8ecaaaad9d28c61883863eab68.tar.gz volse-hubzilla-01961f7caa8e6c8ecaaaad9d28c61883863eab68.tar.bz2 volse-hubzilla-01961f7caa8e6c8ecaaaad9d28c61883863eab68.zip |
minor dispy* fixes
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/theme.php')
-rw-r--r-- | view/theme/dispy-dark/theme.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index 17d31feda..e1dc8ba0c 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -9,6 +9,10 @@ * Screenshot: <a href="screenshot.jpg">Screenshot</a> */ +$a->theme_info = array( + 'extends' => 'dispy-dark', +); + $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { |