use fancybox instead of lightbox
This commit is contained in:
parent
caffb217c1
commit
27bc8052d0
44 changed files with 2 additions and 1490 deletions
|
|
@ -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
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue