diff options
Diffstat (limited to 'themes/default/views/page.html.php')
-rw-r--r-- | themes/default/views/page.html.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 3b11e14a..24aecfb5 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -23,11 +23,10 @@ <!-- this stuff will likely be integrated into lib, possibly theme css --> <link rel="stylesheet" type="text/css" href="<?= $theme->url("jquery/jquery.ui.css") ?>" media="screen,print,projection" /> - <script src="<?= $theme->url("jquery/jquery.ui.tabs.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("jquery/jquery.ui.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("jquery/jquery.ui.tabs.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/jquery.ui.accordion.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/jquery.ui.init.js") ?>" type="text/javascript"></script> + <!--script src="<?= $theme->url("jquery/jquery.ui.accordion.js") ?>" type="text/javascript"></script--> + <!--script src="<?= $theme->url("jquery/jquery.ui.init.js") ?>" type="text/javascript"></script--> </head> <body> |