aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-13 00:25:20 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-13 00:25:20 -0400
commit203fa94e1794d076894f8985bd60622784aa9156 (patch)
tree0c49a617c83d11e645b6df2bea5bfcc1ccf7d093 /view/theme/diabook/theme.php
parent5a1e2c32fe4a36b1dbbaa6b224c8ced6cb3358c4 (diff)
parentbf7425c591de360a97c37544f777d7d69791420c (diff)
downloadvolse-hubzilla-203fa94e1794d076894f8985bd60622784aa9156.tar.gz
volse-hubzilla-203fa94e1794d076894f8985bd60622784aa9156.tar.bz2
volse-hubzilla-203fa94e1794d076894f8985bd60622784aa9156.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: click anywhere to close notifications -> zeros and bubbles revup fix css use fancybox instead of lightbox fixes * master:
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 1617dd7f0..5d3c2906d 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -13,11 +13,6 @@ $a->theme_info = array(
$a->page['htmlhead'] .= <<< EOT
-
-<script type="text/javascript" src="view/theme/diabook/lightbox/js/jquery.lightbox-0.5.js"></script>
-<link rel="stylesheet" type="text/css" href="view/theme/diabook/lightbox/css/jquery.lightbox-0.5.css" media="screen" />
-
-
<script>
//contacts
@@ -80,7 +75,7 @@ $('html').click(function() {
});
$(function() {
- $('a.lightbox').lightBox(); // Select all links with lightbox class
+ $('a.lightbox').fancybox(); // Select all links with lightbox class
});