diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-12 16:06:15 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-12 16:06:15 -0700 |
commit | ecc9f4ba70fc1bf2fae89ead5772110df238de58 (patch) | |
tree | 1641f730da19e1d2831fc0ff09dde7b12b3fd256 /view/theme/diabook/theme.php | |
parent | 8a85914e1d46bb97da7571f1d3fdd377594320f9 (diff) | |
parent | 27bc8052d06c516fec2b6f1df09c0c46c4bad906 (diff) | |
download | volse-hubzilla-ecc9f4ba70fc1bf2fae89ead5772110df238de58.tar.gz volse-hubzilla-ecc9f4ba70fc1bf2fae89ead5772110df238de58.tar.bz2 volse-hubzilla-ecc9f4ba70fc1bf2fae89ead5772110df238de58.zip |
Merge pull request #127 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 7 |
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 }); |