summaryrefslogtreecommitdiff
path: root/themes/default/views/page.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-12 03:40:49 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-12 03:40:49 +0000
commit1da2428183a9f1ae8324a8b4db4ae71e3125470d (patch)
tree41a62243ec6ba7c885604208de5e2895246b0679 /themes/default/views/page.html.php
parent49e44f29f219e20a2a6a2430dd82a2b2898764fa (diff)
More updates for user management. The controllers don't work yet. But the login link in the header wil open up a login box like the mockup
Diffstat (limited to 'themes/default/views/page.html.php')
-rw-r--r--themes/default/views/page.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index 2f6a30d4..b8655c18 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -13,6 +13,7 @@
media="screen,print,projection" />
<script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script>
<script src="<?= url::file("lib/jquery.jeditable.js") ?>" type="text/javascript"></script>
+ <script src="<?= $theme->url("js/login.js") ?>" type="text/javascript"></script>
</head>
<body>