diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-13 00:04:19 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-13 00:04:19 +0100 |
commit | 27bc8052d06c516fec2b6f1df09c0c46c4bad906 (patch) | |
tree | a9f6cb91c1441c60eb53447d4beeed4b7ea4fd3b /view/theme/diabook-blue/theme.php | |
parent | caffb217c1e7227137ac1575af369b34d10519fe (diff) | |
download | volse-hubzilla-27bc8052d06c516fec2b6f1df09c0c46c4bad906.tar.gz volse-hubzilla-27bc8052d06c516fec2b6f1df09c0c46c4bad906.tar.bz2 volse-hubzilla-27bc8052d06c516fec2b6f1df09c0c46c4bad906.zip |
use fancybox instead of lightbox
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-x | view/theme/diabook-blue/theme.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 38a282d3b..e5aa710c7 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/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 }); |