From b78cee63950479abfa78df37a03388007f332543 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 20 Nov 2008 17:32:58 +0000 Subject: A look at away to allow modules to define html head contents (links and js) and also allow modules to contribute blocks to the layout. --- themes/default/views/page.html.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/default/views/page.html.php') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 1f744eba..345e78e8 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -11,14 +11,13 @@ media="screen,print,projection" /> " media="screen,print,projection" /> - item()->id}") ?>" - /> + block(dynamic_block::HEAD_LINK) ?> + block(dynamic_block::HEAD_SCRIPT) ?> + - -- cgit v1.2.3