diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-15 02:45:50 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-15 02:45:50 +0000 |
| commit | 119344d9db9873918995886af938f968cd21b922 (patch) | |
| tree | 9b14d1b7c636141c2cc21c486f80dc19cd6a0e7f /themes/default/views | |
| parent | a91492bc293360aca9ff2c0f5ec03537d02c1a08 (diff) | |
Switched login display from display in the header to a dialog. Validation errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 3801d23e..01cb2c6e 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -13,13 +13,14 @@ </title> <link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>" media="screen,print,projection" /> - <link rel="stylesheet" type="text/css" href="<?= $theme->url("jquery/superfish.css") ?>" + <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/superfish.css") ?>" media="screen" /> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>" media="screen,print,projection" /> <script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script> <script src="<?= url::file("lib/jquery.form.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/superfish.js") ?>" type="text/javascript"></script> + <script src="<?= $theme->url("js/jquery.listen-min.js") ?>" type="text/javascript"></script> + <script src="<?= $theme->url("js/superfish.js") ?>" type="text/javascript"></script> <?= $theme->head() ?> <script src="<?= $theme->url("lib/jquery-ui.packed.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> |
