summaryrefslogtreecommitdiff
path: root/themes/default/views/page.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-21 20:13:28 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-21 20:13:28 +0000
commit6ec266faa69cd1efeb531d3b1494189989a84293 (patch)
treecc0f86c570e33959f8b80262125ac7b4883d2352 /themes/default/views/page.html.php
parent1b834319f4d92c7845ae67236c2e7a1ea66eba6c (diff)
2nd attempt at inserting html by modules.
Diffstat (limited to 'themes/default/views/page.html.php')
-rw-r--r--themes/default/views/page.html.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index 24aecfb5..b2263eff 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -9,17 +9,10 @@
media="screen,print,projection" />
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>"
media="screen,print,projection" />
- <link rel="alternate" type="application/rss+xml"
- href="<?= url::site("media_rss/feed/{$theme->item()->id}") ?>"
- />
<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("js/user.js") ?>" type="text/javascript"></script>
<script src="<?= $theme->url("js/comment.js") ?>" type="text/javascript"></script>
- <script src="http://lite.piclens.com/current/piclens.js" type="text/javascript"></script>
- <? if ($user): ?>
- <script src="<?= url::file("lib/jquery.jeditable.js") ?>" type="text/javascript"></script>
- <? endif; ?>
<!-- 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" />
@@ -27,6 +20,10 @@
<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-->
+ <?= View::head($theme) ?>
+ <? if ($user): ?>
+ <script src="<?= url::file("lib/jquery.jeditable.js") ?>" type="text/javascript"></script>
+ <? endif; ?>
</head>
<body>