diff options
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() { |