openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4319c47f28668902438dbdd0cb00ee574cff51dc
parent ad9a025991b0962b2856fac92a8f305a075c6516
Author: dankert <devnull@localhost>
Date:   Mon, 16 Mar 2009 22:40:08 +0100

Benutzung von JQuery entfernt, da dies zu Verzögerungen im Seitenaufbau im IE6 führt.

Diffstat:
themes/default/include/html/page.inc.php | 11+----------
1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -18,16 +18,7 @@ ?> <link rel="<?php echo $meta['name'] ?>" href="<?php echo $meta['url'] ?>" title="<?php echo lang($meta['title']) ?>" /><?php } -?><script type="text/javascript" src="themes/default/js/jquery.js"></script> - <script type="text/javascript" src="themes/default/js/jquery-lightbox.js"></script> - <link rel="stylesheet" type="text/css" href="themes/default/js/lightbox/css/jquery-lightbox.css" media="screen" /> - <!-- lightBox plugin --> - <script type="text/javascript"> - $(function() { - $('a.image').lightBox(); - }); - </script> -<?php if(!empty($root_stylesheet)) { ?> +?><?php if(!empty($root_stylesheet)) { ?> <link rel="stylesheet" type="text/css" href="<?php echo $root_stylesheet ?>" /> <?php } ?> <?php if($root_stylesheet!=$user_stylesheet) { ?>